grodtron/LinkedList
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is an implementation of a linked list and a few sorting algorithms that operate on it, written for a class assignment. TODOs ===== - Implement merge sort and compare with quicksort. - Fix Makefile so it's not so terrible