ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
62 stars 187 forks source link

add hashing Collision Handling #633

Closed ananyag309 closed 1 week ago

ananyag309 commented 1 week ago

Collision Handling: Resolving cases where two keys hash to the same index using methods like chaining or open addressing.

github-actions[bot] commented 1 week ago

👋 Hi @ananyag309! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.