Pregunta de entrevista de Carro

How does a hash table work, and what are some common collision resolution techniques?

Respuesta de la entrevista

Anónimo

24 feb 2025

A hash table (or hash map) is a data structure that maps keys to values using a hash function. It provides O(1) average time complexity for insertions, deletions, and lookups.