cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Hashing
Hashing
Oct 21, 2012 at 5:15pm UTC
khal
(85)
Hi, for a linear probing assuming its only int keys to be stored. Would the hash function be Val = (Val + i) % tablesize or Val = (keys + i) % tablesize?
Topic archived. No new replies allowed.