View on GitHub

401-data-structures-and-algorithms

linked-list

Create a Node class that has properties for the value stored in the Node, and a pointer to the next Node.

Whiteboard Process

linked-list-insertions image link

Approach & Efficiency

linked-list-insertions

add functions to the linked list,

JavaScrip file link to github ➜

Go to table of contents