/singly-linked-list

Practicing building singly-linked list and test it using Jest.

Primary LanguageHTML

Singly-linked-list

A quick demo of creating methods to get/remove/add a node at a given index in a (singly) Linked List. This code is TDD and is tested using Jest.