AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
70 stars 219 forks source link

Additing Hashing Techniques #30

Closed Salini-sat closed 1 week ago

Salini-sat commented 2 weeks ago

I would like to add hashing techniches to resolve collisions , quadratic probing and double hashing techniques also. It would make it more effective as they are important part in programming.

Salini-sat commented 2 weeks ago

Please @pankaj-bind kindly assign me this and also add hacktoberfest label

simmi-verma commented 2 weeks ago

I am participating in gssoc-ext for the first time. I would like to work on this .Please assign to me.

pankaj-bind commented 2 weeks ago

@Salini-sat you can start

Salini-sat commented 2 weeks ago

I have added PR for this . Please check @pankaj-bind