Sorting Networks - Harnessing Instruction-Level Parallelism for Efficient Sorting
Offered By: Churchill CompSci Talks via YouTube
Course Description
Overview
Explore the fascinating world of sorting networks in this 24-minute talk delivered by Kofi Wilkinson. Delve into the speed-up opportunities provided by sorting networks, which harness the power of instruction-level parallelism. Discover how these networks can improve upon common "optimal" sorting methods like mergesort and quicksort, potentially reducing the O(n log n) time complexity bound of comparison-based routines towards a sub-linear O((log n)^2). Gain insights into this lesser-known but powerful approach to sorting that offers significant performance improvements over traditional methods.
Syllabus
Sorting networks
Taught by
Churchill CompSci Talks
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