| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-29 | test(generate_test_data.sh): Fix so both coordinates are in the range 0 - 32767 | mithe24 | 1 | -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-29 | test(all): Added test script for testing against sort | mithe24 | 1 | -0/+22 | |
| Added test.sh that tests our program against sort Added generate_test_data.sh for generating a large test data set | |||||