Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the expected running time of randomized quicksort, which is O(n log n) for any input. The algorithm is in-place, efficient, and easy to implement. It also discusses decision trees as an abstraction of comparison sorts, representing comparisons made by sorting algorithms on inputs of a given size.