Pergunta de entrevista da empresa Coinbase

Create a dictionary data structure using only a single array. Key and Values are strings.

Resposta da entrevista

Sigiloso

20 de dez. de 2019

Initialize array of specific length, send string through hash function and mod to get an index for string in array, deal with collisions using chaining.

1