React Web Application demonstrating hashing & collision resolution techniques
-
Updated
Jun 27, 2024 - JavaScript
React Web Application demonstrating hashing & collision resolution techniques
The idea of the program is similar to double hashing techniques but little different .In double hashing the function is using two hashes at the same time which makes a problem too complex .the function i am using is f(i) = i1 +i2+.... which is working in the fixed data size and easier to understand.
Add a description, image, and links to the doublehashing topic page so that developers can more easily learn about it.
To associate your repository with the doublehashing topic, visit your repo's landing page and select "manage topics."