Model a subway line using doubly-linked-list and node classes. Subway lines have a first and last element, and are comprised of nodes (or stops) with links to the elements before and after them.
- Maybe add more links. Maybe model a complete real line.
- Javascript ES6
NA - It's only coding examples, there's no setup.
Project is: finished
Based on Codecademy's Pass the Technical Interview with JavaScript course. This uses the classes from here: https://github.com/candytale55/Doubly-Linked-List_JS and here https://github.com/candytale55/Nodes_JS_DataStructs