/ExternalSort

Demo of a two-pass external merge sort.

Primary LanguageC#

ExternalSort

Demo of a two-pass external merge sort.

FruitMix

Produces a random file that can be sorted by FruitSort. Without any arguments will by default produce an aprox. 1.20 GB file named output.txt. Run with --help to get instructions.

FruitSort

Implements a two-pass external sort. Sorts a file in the format produced by FruitMix. By default consumes a file named input.txt and produces output.txt. Run with --help to get instructions.