Skip to content

Commit 21b50af

Browse files
authored
Update readme.md for stack
1 parent 73c64c9 commit 21b50af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-chapter-Stack/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pattern type: Last item In is the First item Out (LIFO)
1010

1111
![](https://cdn-images-1.medium.com/max/800/0*S3Kr9Cpm16ZmCEad.png)
1212

13-
common operations you can perform on graphs:
13+
common operations you can perform on stacks:
1414
- `push`: adds a new element to the stack
1515
- `pop`: remove the last item pushed from the stack
1616
- `peek`: returns the last item pushed to stack

0 commit comments

Comments
 (0)