Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 362 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 362 Bytes

Apply Stacks using Linked list .

  • Methods : push(), pop(), peek(), isEmpty()
  • Also include the most common application on stacks which is Reversing a staring and Balanced Expressions.

stacks

stacks