Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hashing with Chaining #17

Open
Ananyaas opened this issue Oct 5, 2021 · 2 comments
Open

Hashing with Chaining #17

Ananyaas opened this issue Oct 5, 2021 · 2 comments
Assignees
Labels
good first issue Good for newcomers Hacktoberfest Participating in Hacktoberfest '21 Hashing

Comments

@Ananyaas
Copy link
Collaborator

Ananyaas commented Oct 5, 2021

Chain hashing avoids collision. The idea is to make each cell of hash table point to a linked list of records that have same hash function value.

@Ananyaas Ananyaas added good first issue Good for newcomers Hashing Hacktoberfest Participating in Hacktoberfest '21 labels Oct 5, 2021
@pranjalg13
Copy link
Contributor

Hey, @Ananyaas I would like to take this up, can you please provide a bit of description and what exactly is needed?. Thanks in advance. :)

@Ananyaas
Copy link
Collaborator Author

@pranjalg13 you can work on this issue, all the best !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest Participating in Hacktoberfest '21 Hashing
Projects
None yet
Development

No branches or pull requests

2 participants