Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mefreanzy authored Aug 14, 2023
1 parent a424f84 commit 4c710d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# RustyDSA

### [Stack](./src/data_structure/stack.rs)

[stack]: https://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Lifo_stack.png/700px-Lifo_stack.png

A stack is a linear data structure that follows the Last-In-First-Out (LIFO) principle.
Elements are added and removed from the top, or "topmost" end of the stack. It operates like a collection of items stacked on top of each other, where the last item added is the first to be removed.
Stacks are used in various applications, such as managing function calls in programming, tracking navigation history, and implementing undo operations.
Expand Down

0 comments on commit 4c710d6

Please sign in to comment.