LinkedList

Forks of LinkedList

A fork is a repository which is based on a copy of this repository.

Added ability to maintain ordered linked list based on "insertAsc" function. The function takes a comparator function that allows for specific order behavior. If values collide, then FIFO or LIFO …