Skip to content

Commit 8d42c57

Browse files
committed
docs: update stack readme
1 parent be4fd51 commit 8d42c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dataStructures/stack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stack
2-
Stack is a data structure that restricts
3-
the order in which operations can be performed.
2+
Stack is a linear data structure that restricts
3+
the order in which operations can be performed on its elements.
44

55
![Stack data structure](https://cdn.programiz.com/sites/tutorial2program/files/stack.png)
66

0 commit comments

Comments
 (0)