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 be4fd51 commit 8d42c57Copy full SHA for 8d42c57
src/dataStructures/stack/README.md
@@ -1,6 +1,6 @@
1
# Stack
2
-Stack is a data structure that restricts
3
-the order in which operations can be performed.
+Stack is a linear data structure that restricts
+the order in which operations can be performed on its elements.
4
5

6
0 commit comments