How It's Done - Sorting Algorithms
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore the fascinating world of sorting algorithms in this 43-minute conference talk from code::dive 2021. Dive into the implementation details of various sorting methods, from the highly optimized bogo sort to the curious qsort in C standard library, and all the way to std::sort. Discover the best, worst, and most ingenious sorting algorithms, and learn how they are implemented in actual libraries. Examine the optimization techniques used to make these algorithms fast and efficient in C and C++ implementations. Gain insights from speaker Karol Przybylski, a Software Developer working on the physical layer of Nokia's 5G platform, as he shares his expertise in embedded technology and applications.
Syllabus
How It's Done: Sorting Algorithms – Karol Przybylski – code::dive 2021
Taught by
code::dive conference
Related Courses
Algorithms, Part IPrinceton University via Coursera Conception et mise en œuvre d'algorithmes.
École Polytechnique via Coursera 数据结构与算法 Data Structures and Algorithms
Peking University via Coursera 高级数据结构与算法
Peking University via Coursera Principles of Computing (Part 2)
Rice University via Coursera