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

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.

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.