Polynomial Hashing for large range of values?

Revision en1, by dandf2012, 2017-12-07 20:09:04

Normally when we do string hashing, we use values 1...26. Can we do such a hash for values 1...N where N is 50000? I think it is maybe more error, but is there some bound on N for which we can safely use polynomial hash?

Tags hash

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English dandf2012 2017-12-07 20:09:04 265 Initial revision (published)