Skip to content

Instantly share code, notes, and snippets.

@gabhi
Created April 23, 2014 21:24
Show Gist options
  • Save gabhi/11232921 to your computer and use it in GitHub Desktop.
Save gabhi/11232921 to your computer and use it in GitHub Desktop.
quicksort vs mergesort
Quicksort can sort "inline" of an existing collection, e.g. it does not have to create a copy of the collection while Mergesort requires a copy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment