Ecosyste.ms: Awesome
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: 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
- Host: GitHub
- URL: https://github.com/neuodev/stacks
- Owner: neuodev
- Created: 2021-03-31T08:34:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T08:40:15.000Z (over 3 years ago)
- Last Synced: 2024-10-18T09:31:19.917Z (2 months ago)
- Topics: balanced-expression, reversestring, stacks
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)