aboutsummaryrefslogtreecommitdiff
path: root/generate_test_data.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-10-29test(generate_test_data.sh): moved to test, and added sorted and reverse ↵Andreas Kapp Lindquist1-22/+0
sorted files
2025-10-29test(generate_test_data.sh): Fix so both coordinates are in the range 0 - 32767mithe241-1/+1
This was a some code I had written for numbers in other ranges. This is of course wrong, the range should be 0 - 32767
2025-10-29test(all): Added test script for testing against sortmithe241-0/+22
Added test.sh that tests our program against sort Added generate_test_data.sh for generating a large test data set