I recently attended an interview where I was asked \"write a program to find 100 largest numbers out of an array of 1 billion numbers.\"
I was only able to give a br
Possible improvements.
If the file contains 1 billions number, reading it could be really long...
To improve this working you can :