Closed nickpapadakis-matc closed 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.
Looks like the stack has already been implemented in singly linked-list so I am going to close this issue.
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.