Sorting Using Partial Information - Lecture
Offered By: Institute for Advanced Study via YouTube
Course Description
Overview
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.
Syllabus
Sorting Using Partial Information - Robert Tarjan
Taught by
Institute for Advanced Study
Related Courses
Probabilistic Graphical Models 1: RepresentationStanford University via Coursera Computer Security
Stanford University via Coursera Intro to Computer Science
University of Virginia via Udacity Introduction to Logic
Stanford University via Coursera Internet History, Technology, and Security
University of Michigan via Coursera