diff options
| author | mithe24 <mithe24@student.sdu.dk> | 2025-10-30 10:20:40 +0100 |
|---|---|---|
| committer | mithe24 <mithe24@student.sdu.dk> | 2025-10-30 10:28:27 +0100 |
| commit | d99c832dac240735f5aa282469762bab04c6a45c (patch) | |
| tree | 4fc9ea777e9ea50b6158899b6be2212446399a7e /README.md | |
| parent | 1519c13b20996e00388293676fa95f80a4050def (diff) | |
| download | sorter-d99c832dac240735f5aa282469762bab04c6a45c.tar.gz sorter-d99c832dac240735f5aa282469762bab04c6a45c.zip | |
typos
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -5,10 +5,9 @@ Navid S. Mikkel T. # Usage -To create the executeable run "make" in "src/". -The program takes a tsv file with positive integer coordinates as input. -It returns all of the coordinates sorted by the second coordinate to stdout. +To create the executable run `make` in `src/`. +The program takes a `tsv` file with positive integer coordinates as input. +It returns all the coordinates sorted by the second coordinate to `stdout`. To change the sorting algorithm use: -"sorter -a isort file.tsv" -The available sorting algorithms are isort (Insertionsort) and qsort -(Quicksort). +`sorter -a isort file.tsv` +The available sorting algorithms are Insertionsort and Quicksort. |