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: 7 months ago
JSON representation

A demo of how to implement queues using stacks.

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).