Implemented a simple, reusable linked list structure. Supports single and double linked lists plus circular (ring) variants. List has an integral sort using a recursive mergesort algorithm.
TODO: Some level of thread-safety would be nice.
View differences
Implemented a simple, reusable linked list structure. Supports single and double linked lists plus circular (ring) variants. List has an integral sort using a recursive mergesort algorithm.
TODO: Some level of thread-safety would be nice.