100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
Tag

Hash Table

A hash table (or hash map) is a data structure that maps keys to values using a hash function to compute an index into an array of buckets, giving average O(1) lookup, insertion, and deletion.

11 resources across 2 libraries

Glossary Terms(5)

Interview Questions(6)