Skip to content

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.

Notifications You must be signed in to change notification settings

candytale55/subdway_routes_with_doubly_linked_lists_JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

subdway_routes_with_doubly_linked_lists_JS

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.

TO-DOs

  • Maybe add more links. Maybe model a complete real line.

Technologies

  • Javascript ES6

Setup

NA - It's only coding examples, there's no setup.

Status

Project is: finished

References

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

About

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.

Topics

Resources

Stars

Watchers

Forks