https://github.com/neuodev/queues
Build a Queue with methods enqueue(), dequeue(), peek(), isFull(); Also impelement Reverse a Queue , Building a Queue using Stacks and Priority Queue
https://github.com/neuodev/queues
priority-queue queue-stack queues-ds reverse-queue
Last synced: 4 months ago
JSON representation
Build a Queue with methods enqueue(), dequeue(), peek(), isFull(); Also impelement Reverse a Queue , Building a Queue using Stacks and Priority Queue
- Host: GitHub
- URL: https://github.com/neuodev/queues
- Owner: neuodev
- Created: 2021-03-31T10:31:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T10:37:26.000Z (about 5 years ago)
- Last Synced: 2025-03-02T07:02:46.282Z (about 1 year ago)
- Topics: priority-queue, queue-stack, queues-ds, reverse-queue
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Queues
- Build a Queue with methods enqueue(), dequeue(), peek(), isFull().
- Also impelement Reverse a Queue , Building a Queue using Stacks and Priority Queue.


