Hash Table
↔ Data Structure to map key to Hash Value (usually UID?)
aka Hash-Map
Hash Function
function to compute index to search value
Hash Code
index map to value in Hash Table
Associative Array
map
or Dictionary collection of key/value pairs, with unique keys
References
Hash Code
↔ index map to value in Hash TableCollision Resolution
↔ (process) to handle Hash Collision in Hash TableDHT
↔ P2P distributed Hash Table for decentralized trackerless discovery with torrent hash & Peer-list