No, Quicksort was invented by Tony Hoare in 1959. Much progress on the average running time of Quicksort was provided by Robert Sedgewick in his 1975 PhD Thesis. The analysis in our textbook came much later (date is unclear).
Shellsort, on the other hand, is named after Donald Shell. We won't be studying Shellsort because its running time is unclear, and Quicksort is faster.
Back to Spring 2019 CMSC 441 Section 01 Homepage