interactive-coding-challenges/stacks-queues
2015-05-24 10:48:04 -04:00
..
hanoi.ipynb Added notebook solving the following: Implement the Towers of Hanoi with 3 towers and N disks. 2015-05-20 17:20:49 -04:00
n-stacks.ipynb Removed unused Pythonic-Code header. 2015-05-17 07:47:07 -04:00
queue-from-stacks.ipynb Updated problem solution to use stack's is_empty() method rather than a similar method that used to be in QueueFromStacks. 2015-05-23 17:04:03 -04:00
queue-list.ipynb Rename queue files to queue_list to avoid conflicting with IPython Notebook. 2015-05-16 08:44:11 -04:00
queue-list.py Rename queue files to queue_list to avoid conflicting with IPython Notebook. 2015-05-16 08:44:11 -04:00
set-of-stacks.ipynb Tweaked problem statement for clarity. Removed unused Pythonic-Code header. 2015-05-17 07:47:51 -04:00
sort-stack.ipynb Added notebook solving the following: Sort a stack using another stack as a buffer. 2015-05-24 10:48:04 -04:00
stack-min.ipynb Removed unused Pythonic-Code header. 2015-05-17 07:47:07 -04:00
stack.ipynb Added stack method is_empty(). 2015-05-23 17:01:45 -04:00
stack.py Added stack method is_empty(). 2015-05-23 17:01:45 -04:00