oeramirez / ExternalSort

Demo of a two-pass external merge sort.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo of a two-pass external merge sort.


Languages

Language:C# 100.0%