Home >                  	Term: incremental hashing  
incremental hashing
A dynamic hashing table that grows one slot at a time. It has a family of hash functions, hi, where the range of hi+1 is twice the range of hi. Slots below a pointer, p, have been split. That is, key, k, is in slot hi(k) if hi(k) > p. Otherwise it is in hi+1(k). To maintain the load factor, slot p can be split (rehashed with hi+1) and p incremented. When p reaches the end, the ranges are doubled (i is incremented), and p starts over.
- Part of Speech: noun
 - Industry/Domain: Computer science
 - Category: Algorithms & data structures
 - Government Agency: NIST
 
 			0   			 		
 Creator
- GeorgeV
 - 100% positive feedback