employer cover photo
employer logo
employer logo

Huawei Technologies

Is this your company?

Huawei Technologies Interview Question

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.

Interview Answer

Anonymous

Jul 23, 2020

Use 10 min heaps and and one hash map.

3