Pergunta de entrevista da empresa Huawei Technologies

They asked me many many questions on mostly data structures and algorithms. For example what data structure(s) can you use to efficiently find minimum 10 numbers in an incredibly large data set.

Resposta da entrevista

Sigiloso

23 de jul. de 2020

Use 10 min heaps and and one hash map.

3