https://github.com/ericadamski/linked-list
JavaScript implementation of simple linked list, queue, dequeue, and stack
https://github.com/ericadamski/linked-list
code-newbie computer-science learn-to-code linked-list
Last synced: 3 months ago
JSON representation
JavaScript implementation of simple linked list, queue, dequeue, and stack
- Host: GitHub
- URL: https://github.com/ericadamski/linked-list
- Owner: ericadamski
- Created: 2019-09-06T16:21:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T16:44:07.000Z (over 5 years ago)
- Last Synced: 2025-01-06T09:45:38.115Z (5 months ago)
- Topics: code-newbie, computer-science, learn-to-code, linked-list
- Language: JavaScript
- Homepage: https://youtu.be/q4Cp-dqTXDE
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linked List
Here you can find all the code written during this live stream: https://www.twitch.tv/videos/477614560##
You can also find the stream on YouTube here: https://youtu.be/q4Cp-dqTXDE
The original code and slides can be found online here: https://list-structures.now.sh
The repo for the original code and slides is here: https://github.com/ericadamski/list-structures