codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
354 stars 342 forks source link

create cuckoo-hashing.cpp #488

Closed Aman5989 closed 1 year ago

Aman5989 commented 1 year ago

Cuckoo hashing applies the idea of multiple-choice and relocation together and guarantees O(1) worst case lookup time!

PLEASE ADD HACKTOBERFEST TAG