Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Linear Probing in Hashing

Open jaibhedia opened this issue 1 year ago • 3 comments

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 avatar Jun 15 '23 17:06 jaibhedia

@Kumar-laxmi Please assign me this Issue.

jaibhedia avatar Jun 16 '23 13:06 jaibhedia

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

jaibhedia avatar Jul 08 '23 16:07 jaibhedia

Stale issue message

github-actions[bot] avatar May 08 '24 16:05 github-actions[bot]