Open hashing is a collision avoidance method which uses array of linked list to resolve the collision. It is also known as the separate chaining method (each linked list is considered as a chain). A telephone directory (also called a telephone book and phone book) is a listing of telephone subscribers in a geographical area or subscribers to services provided by the organization that publishes the directory. It consists of the name as well as the telephone number of people added as contact in the directory. Name and telephone number are displayed in alphabetical order. Requirements: To implement this project student should have knowledge on
- Separate Chaining
- Hashing 5
- Linked List and its operations
Log in or sign up for Devpost to join the conversation.