News360 Interview Question

How to do searching and sorting in large scale array

Interview Answer

Anonymous

Jul 25, 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