We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c64c9 commit 21b50afCopy full SHA for 21b50af
04-chapter-Stack/readme.md
@@ -10,7 +10,7 @@ Pattern type: Last item In is the First item Out (LIFO)
10
11

12
13
-common operations you can perform on graphs:
+common operations you can perform on stacks:
14
- `push`: adds a new element to the stack
15
- `pop`: remove the last item pushed from the stack
16
- `peek`: returns the last item pushed to stack
0 commit comments