To implement a hash table using "Xor" logic operator to generate the hash. Treating hash collision with 4 strategies, separate chaining, linear probing, quadratic probing and double hashing. For more info open README.md
kriskappel/XorHash
A work for algorithms and data estructures II. Implement a hash table using the logic operator "Xor" to generate the hash. We will treat hash collision with 4 strategies, separate chaining, linear probing, quadratic probing and double hashing. For more info open README.md
C++