<< |  >>
#5257 Dodano: 26-08-2011 13:34. Głosów: 77
You have been asking for the shortest hash function. That would certainly be

def hash(s):
return 0

//http://stackoverflow.com/questions/1303021/shortest-hash-in-python-to-name-cache-files
<< |  >>