News360 interview question

How to do searching and sorting in large scale array

Interview Answer

Anonymous

25 Jul 2018

partition it, divide large data into small chunks, then sort /search in small chunks, aggregate results from each workers, then do a final search/sort from aggregated results