Linear Hashing Implementations [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
开发者_开发百科 Improve this questionDoes anyone know if there is a C# implementation of Linear Hashing? Failing that are there any implementations in any other language where the code is available?
The implementation of HashSet<T>
in the C5 Collection Library claims to be based on linear hashing.
A little more detail about the hash variations used is given in the C5 book (section 13.4, page 243).
精彩评论