Skip to content

Commit

Permalink
stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
karan1205 committed Mar 6, 2022
1 parent fcbf50b commit c4b9d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DSA/stacks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* The last element inserted is the first one to be deleted.
* Hence, it is called the Last in First out (LIFO) or First in Last out(FILO) list.

[Stack using Array](stack.array.js)
[Stack using Linked List](stack.linked-list.js)
* [Stack using Array](stack.array.js)
* [Stack using Linked List](stack.linked-list.js)

0 comments on commit c4b9d8b

Please sign in to comment.