Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore a groundbreaking seminar on sorting algorithms that utilize partial information. Delve into a novel approach presented by Robert Tarjan from Princeton University, addressing a problem that has remained unsolved since 1978. Learn about a simple yet powerful algorithm with an optimal running time of O(m + n + log T), where n is the number of items, m is the number of pre-existing comparisons, and T represents the number of total orders consistent with the pre-existing comparison outcomes. Discover how this algorithm combines topological sort and heapsort techniques to achieve O(log T) comparisons, making it best possible up to constant factors. Gain insights into the collaborative efforts behind this research, involving Bernhard Haeupler, Richard HladÃk, John lacono, Vaclay Rozhoi, and Jakub TÄ›tek. Enhance your understanding of advanced sorting techniques and their applications in computer science and discrete mathematics.