Closed kolayne closed 4 years ago
Implemented a very simple version of hash set using pointer-represented arrays, having the same size for each bucket. Added hash functions for double (which just interprets double as unsigned long long) and for SpacePoint
double
unsigned long long
SpacePoint
Implemented a very simple version of hash set using pointer-represented arrays, having the same size for each bucket. Added hash functions for
double
(which just interpretsdouble
asunsigned long long
) and forSpacePoint