Skip to content

IUDataStructuresCourse/quicksort-pre-lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-lecture Assignment on QuickSort

Change the implementation of quicksort to use Median-of-Three partitioning, as described in the textbook. That is, to choose the pivot, pick the median of the first, middle, and last elements of the current range.

About

Pre-lecture assignment about quicksort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages