Pergunta de entrevista da empresa Infosys

How will you sort string in a file or size 1GB using machine that has usable memory of 128MB?

Resposta da entrevista

Sigiloso

6 de ago. de 2019

You can use merge sort for sorting 1GB File in 128 MB usable memory, that's why it is called an external sort algorithm.