Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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