data-structures-and-algorithms

Singly Linked List

Challenge

The challenge about create a linked list using a node constructor and to insert a head value and search for value using include method, finlally you can print out linked list contet using toString method

Whiteboard Process

linked-list

Approach & Efficiency

Time flexability and space flexibality

API