A library of sorting algorithms in multiple languages.
Binary file, which contains list of numbers which splits by comma.
Example (mynumbers.txt):
23.456,7634.5,456,4567.1,34,5678,204.9087,3.14159
Binary file, which contains sorted list of numbers which splits by comma.
Example (mynumbers_out.txt):
3.14159,23.456,34,204.9087,456,4567.1,5678,7634.5
$ python [sort method].py [input file]