Talk:Perfect hash function
Bob Jenkins' "Minimal Perfect Hashing" looks good, but I have not tried it yet.
Regards! Alan
I'm not sure if "perfect" and "ordered" qualifiers shouldn't each go to separate pages, possibly even wiktionary pages. Also I see on definition on web that says ordered means i<=j implies F(i)<=F(j) (note the equal signs) but that sounds wrong to me--too weak. If only there were an expert somewhere to consult with...
JMCorey 18:30, 23 Mar 2005 (UTC)
bits/key
'It has been proved that any minimal perfect hash function requires at least 1.44 bits/key.'
I've rephrased this to 'minimal perfect hash scheme', since a strict interpretation of the above is actually false. For example if you happen to have the keys 0..99, they can be minimal perfect hashed with the function f(x)=x, which doesn't require 144 bits. —Preceding unsigned comment added by G121 (talk • contribs) 21:15, 15 October 2009 (UTC)
"distinct elements in S"?
A set by definition contains distinct elements. So, why the statement "maps distinct elements in S to distinct integers"? Should be "maps each element in S to a distinct integer".