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

https://github.com/thinkswan/js-linked-list

An implementation of the linked list data structure in JavaScript.
https://github.com/thinkswan/js-linked-list

data-structures javascript tutorial

Last synced: about 1 year ago
JSON representation

An implementation of the linked list data structure in JavaScript.

Awesome Lists containing this project

README

          

# js-linked-list

An implementation of the linked list data structure in JavaScript.

Based on the following tutorial: [Traversy Media: Linked List Data Structure | JavaScript](https://www.youtube.com/watch?v=ZBdE8DElQQU)

## Get started

```
node index.js
```