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 analysis of hash tables, including the operations of search, insertion, and deletion in chained hashing with double-linked lists. It also discusses the running time of search operations, both successful and unsuccessful, and the expected number of collisions in a hash table with simple uniform hashing.