Hash Tables
Estimated Time
1 hour
Learning Objectives of the Experiment
In this experiment, we will be able to do the following :
- Understand the need of hashing.
- Have an understanding of the basic method of hashing strings.
- Know the various methods of handling collisions in hashing.
- Demonstrate knowledge of time and space complexity of hashing techniques.