There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Quicksort implementation on linked lists with C. It takes a list, and returns the list in sorted sequence. Only pointers are changes, no new nodes are allocated and no key values are moved to different nodes.