Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 2.09 KB

hashing.md

File metadata and controls

23 lines (16 loc) · 2.09 KB

Hashing Study Guide

We advise you to study in the following order:

  1. Begin by understanding the slides.

  2. Understand the code (hash_table.h and hashing.cpp) and make sure that you can write it on your own.

  3. Solve and understand the practice exercises.

  4. Practice using previous quizzes:

    1. Spring 2024 [version 1][version 2][version 3].
    2. Spring 2023]
    3. Spring 2022 (solution)
    4. Fall 2022 (solution)
  5. Practice using (recent) previous exams:

    1. Final Exam - Fall 2021: Question 3
    2. Final Exam - Spring 2022: Question 3
    3. Final Exam - Spring 2016: Question 3
    4. Final Exam - Spring 2015: Question 4
  6. Practice using old previous exams