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 efficient implementation of hash tables for storing, inserting, deleting, and searching data with O(1) time complexity. It also explains the Quick Sort algorithm, a popular sorting method based on the divide-and-conquer paradigm, known for its ease of implementation and fast performance in practice.