Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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)