• Stars
    star
    1
  • Language
    C
  • License
    GNU General Publi...
  • Created almost 9 years ago
  • Updated almost 9 years ago

Reviews

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.