Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhcarvalho/stackedqueue
A demo of how to implement queues using stacks.
https://github.com/rhcarvalho/stackedqueue
algorithm demo python queue stack
Last synced: 16 days ago
JSON representation
A demo of how to implement queues using stacks.
- Host: GitHub
- URL: https://github.com/rhcarvalho/stackedqueue
- Owner: rhcarvalho
- Created: 2013-03-04T14:09:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-04T14:09:56.000Z (almost 12 years ago)
- Last Synced: 2024-11-13T12:57:07.121Z (3 months ago)
- Topics: algorithm, demo, python, queue, stack
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stackedqueue
============This is a demo of how to implement queues using stacks.
The problem was proposed by my friend [Bertie Liu](http://github.com/aceisScope).