Hash Tables

Home > Computer Science > Software Engineering > Data structures > Hash Tables

A data structure that maps keys to values by storing them in an array using a hash function.