https://github.com/candytale55/doubly-linked-list_js
A doubly linked list implementation in JS. A doubly linked list is a sequential chain of nodes that contains two elements: data and links to the next and previous nodes. Uses nodes from a Node class also implemented in JS.
https://github.com/candytale55/doubly-linked-list_js
codecademy data-structures doubly-linked-list javascript-data-structures nodes
Last synced: 7 months ago
JSON representation
A doubly linked list implementation in JS. A doubly linked list is a sequential chain of nodes that contains two elements: data and links to the next and previous nodes. Uses nodes from a Node class also implemented in JS.
- Host: GitHub
- URL: https://github.com/candytale55/doubly-linked-list_js
- Owner: candytale55
- Created: 2021-01-24T18:57:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T11:31:27.000Z (over 4 years ago)
- Last Synced: 2023-05-29T01:20:59.841Z (over 2 years ago)
- Topics: codecademy, data-structures, doubly-linked-list, javascript-data-structures, nodes
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0