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.
- Host: GitHub
- URL: https://github.com/thinkswan/js-linked-list
- Owner: thinkswan
- Created: 2019-07-04T11:01:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T11:03:48.000Z (over 6 years ago)
- Last Synced: 2025-01-03T19:24:07.045Z (about 1 year ago)
- Topics: data-structures, javascript, tutorial
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```