Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 04-chapter-Stack/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pattern type: Last item In is the First item Out (LIFO)

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

common operations you can perform on graphs:
common operations you can perform on stacks:
- `push`: adds a new element to the stack
- `pop`: remove the last item pushed from the stack
- `peek`: returns the last item pushed to stack
Expand Down