Sorting and Selection in Posets
β Scribed by Daskalakis, Constantinos; Karp, Richard M.; Mossel, Elchanan; Riesenfeld, Samantha J.; Verbin, Elad
- Book ID
- 118161181
- Publisher
- Society for Industrial and Applied Mathematics
- Year
- 2011
- Tongue
- English
- Weight
- 349 KB
- Volume
- 40
- Category
- Article
- ISSN
- 0097-5397
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
Quicksort is the preferred in-place sorting algorithm in many contexts, since its average computing time on uniformly distributed inputs is Ξ(N log N), and it is in fact faster than most other sorting algorithms on most inputs. Its drawback is that its worst-case time bound is Ξ(N 2 . Previous attem
We describe two improvements to introspective sorting and selection algorithms: a simple rule for finegrained introspection that detects potential worst-case performance after only a small constant number of partitioning steps, and the use of remedial randomization as an intervention strategy in ord