https://github.com/candytale55/nodes_js_datastructs
A JavaScript class to create a basic node that contains data and one link to another node. The node’s data will be specified when creating the node and immutable. A node’s link to the next node is null when there are no nodes to traverse. Plus an example "An ice cream shop that sells three flavors: strawberry, vanilla, and coconut. The signature sundae is made of these three flavors, but new hires have a hard time remembering the order."
https://github.com/candytale55/nodes_js_datastructs
codecademy data-structures ice-cream-shop node-concept
Last synced: 10 months ago
JSON representation
A JavaScript class to create a basic node that contains data and one link to another node. The node’s data will be specified when creating the node and immutable. A node’s link to the next node is null when there are no nodes to traverse. Plus an example "An ice cream shop that sells three flavors: strawberry, vanilla, and coconut. The signature sundae is made of these three flavors, but new hires have a hard time remembering the order."
- Host: GitHub
- URL: https://github.com/candytale55/nodes_js_datastructs
- Owner: candytale55
- Created: 2020-12-01T20:31:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T17:08:57.000Z (almost 5 years ago)
- Last Synced: 2023-05-29T01:21:01.946Z (over 2 years ago)
- Topics: codecademy, data-structures, ice-cream-shop, node-concept
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0