Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 214 Bytes

File metadata and controls

9 lines (5 loc) · 214 Bytes

Hash Table

Description

A data structure used to store key/value pairs.

Usefulness

Used when you need to perform frequent lookup, insert, or delete operations and the order of the data does not matter.