An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project