Krishagni interview question

how will you sort a very large array which cannot be placed in memory?

Interview Answer

Anonymous

14 Sept 2017

will use multithreaded quick sort

3