Extendible Hashing pic 2.Frequently used terms in Extendible Hashing: Directories:这些容器存储指向桶的指针。每个目录都有一个唯一的目录id,该id在每次目录扩展时可能会改变。哈希函数返回这个目录id,用于定位到适当的bucket。即,每个目录对象指向一个bucket,然后目录本身有一个目录ID,调用hash_func得到的值就是这个...
Implementation of Extendible Hash Tables in C. Contribute to Themiscodes/Extendible-Hashing-DBMS development by creating an account on GitHub.