Brooks Patton
I have been working in the IT field for most of my professional career, first as a Systems Administrator at NASA Ames Research Center, as a software developer, and now I am an instructor at Galvanize.
With JavaScript
At the end of this lesson you should be able to
Warning, wall of text!!!
Stacks are hard, lets play a game instead
https://www.mathsisfun.com/games/towerofhanoi.html
what is a stack? And how would you use it?
Create a constructor for a stack with the following method
Add the following methods to the constructor
Stretch goals
Create a queue now with the following methods
Stretch goals
By Brooks Patton
Lets explore stacks and queues with javascript
I have been working in the IT field for most of my professional career, first as a Systems Administrator at NASA Ames Research Center, as a software developer, and now I am an instructor at Galvanize.