Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 246 Bytes

File metadata and controls

3 lines (3 loc) · 246 Bytes

For quicksort I didn't use the proposed algorithm by the book. Instead, I used the primary slice for future calls. Quicksort with random pivot got really messy, because I didn't use the shorter and bigger slices. Making it better would be nice!