employer cover photo
employer logo
employer logo

Anywhere Real Estate

Is this your company?

Anywhere Real Estate interview question

How would you find duplicate elements within a specified range in an n length array?

Interview Answer

Anonymous

6 Oct 2023

Explaining thought process with developing an algorithm, until I realized you can use binary search and told them that would be better. Didn't have time to implement it though.