No description
  • Assembly 43.5%
  • TeX 42.6%
  • Shell 7%
  • Python 3.6%
  • Roff 1.5%
  • Other 1.8%
Find a file
Andreas Kapp Lindquist 1da34c2f62 report: Last fixes
2025-10-30 13:01:28 +01:00
report report: Last fixes 2025-10-30 13:01:28 +01:00
src forgot lib 2025-10-30 10:32:02 +01:00
test fix indents 2025-10-30 12:41:40 +01:00
.gitignore gitignore: removed *csv and added test/data/* 2025-10-29 21:58:05 +01:00
.gitlab-ci.yml Add/update/reset files 2025-10-06 20:36:11 +02:00
PKGBUILD feat(man page): Added man page for program 2025-10-29 13:49:57 +01:00
project_spec.md updated to-do 2025-10-30 09:36:51 +01:00
README.md typos 2025-10-30 10:28:27 +01:00

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.