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

Linear Probing in Hashing #1323

Closed
jaibhedia opened this issue Jun 15, 2023 · 3 comments
Closed

Linear Probing in Hashing #1323

jaibhedia opened this issue Jun 15, 2023 · 3 comments

Comments

@jaibhedia
Copy link

jaibhedia commented Jun 15, 2023

Is your feature request related to a problem? Please describe.
I was checking the folders and found out that the Hashing folder has no algorithms in it, so I want to propose an algorithm which uses the hashing concept.

Describe the solution you'd like
The Algorithm is based on Hash function H: K → L as H(K)=K mod m (remainder
method), and implement hashing technique to map a given key K to the address space
L. Resolving the collision (if any) using linear probing.

Describe alternatives you've considered
Right now, null.

Additional context
Screenshot attached

image

@jaibhedia
Copy link
Author

@Kumar-laxmi Please assign me this Issue.

@jaibhedia
Copy link
Author

@Kumar-laxmi please review this, it's been over 3 weeks.

Copy link

github-actions bot commented May 8, 2024

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant