Hash Tables
Prerequisites of the Experiment
This experiment requires you to have basic knowledge about :
And above all, a curiosity to learn and explore!
Overview of the Experiment
- The aim of this experiment is to understand hashing and its time and space complexity.
- The experiment features a series of modules with video lectures, interactive demonstrations, simulations, hands-on practice exercises and quizzes for self analysis.
Experiment Modules & their Weightage
| Module | Weightage | Expectation |
|---|---|---|
| Pre-Test | 10% | Solve All Questions |
| Hash Tables | 15% | Understand the operations on hashtables. |
| Collision Resolution | 15% | Understand different ways to handle collisions. |
| Linear Probing | 15% | Understand linear probing method to resolve collisions. |
| Quadratic Probing | 15% | Understand quadratic probing method to resolve collisions. |
| Double Hashing | 15% | Understand double hashing method to resolve collisions. |
| Post-test | 15% | Solve all Questions |