No description
- Assembly 43.5%
- TeX 42.6%
- Shell 7%
- Python 3.6%
- Roff 1.5%
- Other 1.8%
| report | ||
| src | ||
| test | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| PKGBUILD | ||
| project_spec.md | ||
| README.md | ||
Sorting in x86_64 assembly
Created by Andreas K. L. Navid S. Mikkel T.
Usage
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 Insertionsort and Quicksort.