Evolution of a Median Algorithm in C++ - Lecture
Offered By: CppCon via YouTube
Course Description
Overview
Explore the evolution of a median algorithm in C++ through this conference talk from CppCon 2023. Embark on a journey examining various implementations of median(), progressing from specific use cases to more generic versions. Discover performance tuning techniques and learn how to integrate advanced features like execution policies and concepts. Analyze the pros and cons of different approaches and form your own opinion on whether this algorithm and related statistical functions should be included in the Standard Library. Gain insights from Pete Isensee, an experienced software engineer with a background in digital entertainment, as he shares his expertise in C++ programming and algorithm development.
Syllabus
Evolution of a Median Algorithm in C++ - Pete Isensee - CppCon 2023
Taught by
CppCon
Related Courses
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera