brendanpettis / Algorithm-Fundamentals

This is a class project that demonstrates some fundamental algorithms and data structures.
https://www.algorithmfundamentals.com/
0 stars 0 forks source link

Stack #9

Closed nickpapadakis-matc closed 5 years ago

nickpapadakis-matc commented 5 years ago

A simple stack data structure would be nice. JS already has a bunch of stack functionality built into its Array object that I can use to get it up and running quickly.

nickpapadakis-matc commented 5 years ago

Looks like the stack has already been implemented in singly linked-list so I am going to close this issue.