An open API service indexing awesome lists of open source software.

https://github.com/neuodev/stacks

Apply Stacks using Linked list; include methods like push(), pop(), peek(), isEmpty(); also include the most common application on stacks which is Reversing a staring and Balanced Expressions
https://github.com/neuodev/stacks

balanced-expression reversestring stacks

Last synced: over 1 year ago
JSON representation

Apply Stacks using Linked list; include methods like push(), pop(), peek(), isEmpty(); also include the most common application on stacks which is Reversing a staring and Balanced Expressions

Awesome Lists containing this project

README

          

### 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](https://github.com/AhmedIbrahim336/stacks/blob/master/assets/stacks-2.png)

![stacks](https://github.com/AhmedIbrahim336/stacks/blob/master/assets/stacks.png)