Hash tables

Home > Computer Science > Programming Languages > Algorithms and Data Structures > Hash tables

A data structure that uses key-value pairs to quickly access and retrieve data using a hashing function.