Interview Question (C#)


/ Published in: C#
Save to your folder(s)

Sort a file that contains integers between 1 and thousand. The output file should contain the entries like (n-times 1, followed by n-times 2 and so on): 1111222333555... But - you are not allowed to load all entries into memory at once. How to solve it? Here is my solution.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.