https://github.com/henrylin03/odin-linkedlist
Implement linked list data structure using vanilla JavaScript (Node) as part of The Odin Project's "Full Stack JavaScript" course.
https://github.com/henrylin03/odin-linkedlist
data-structures data-structures-and-algorithms javascript linked-list linked-list-in-js linked-lists linkedlist
Last synced: 4 months ago
JSON representation
Implement linked list data structure using vanilla JavaScript (Node) as part of The Odin Project's "Full Stack JavaScript" course.
- Host: GitHub
- URL: https://github.com/henrylin03/odin-linkedlist
- Owner: henrylin03
- Created: 2024-07-17T04:06:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T09:10:35.000Z (11 months ago)
- Last Synced: 2025-01-14T12:51:58.112Z (5 months ago)
- Topics: data-structures, data-structures-and-algorithms, javascript, linked-list, linked-list-in-js, linked-lists, linkedlist
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linked List Assignment: The Odin Project
This repository holds my practice in implementing a linked list data structure using vanilla JavaScript (Node).For complete details of the exercise, please see ["Project: Linked List"](https://www.theodinproject.com/lessons/javascript-linked-lists), which forms part of The Odin Project's ["Full Stack JavaScript"](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript) course.