Algorithms
Algorithms copied to clipboard
Linear Probing in Hashing
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
@Kumar-laxmi Please assign me this Issue.
@Kumar-laxmi please review this, it's been over 3 weeks.
Stale issue message