| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-29 | test(benchmark.sh): moved to test and added support for different types | Andreas Kapp Lindquist | 1 | -0/+33 | |
| 2025-10-29 | test(test.sh): Moved to test folder | Andreas Kapp Lindquist | 1 | -0/+41 | |
| 2025-10-29 | test(all): Added test script for testing against sort | mithe24 | 1 | -25/+0 | |
| Added test.sh that tests our program against sort Added generate_test_data.sh for generating a large test data set | |||||
| 2025-10-29 | fix(test): the test used an unstable sorting algorithm, which caused ↵ | Navid Samanghoon | 1 | -1/+1 | |
| insertion sort to fail on duplicates. This has been fixed now. | |||||
| 2025-10-29 | test(numbers.txt): Test script that compares output with 'sort' | mithe24 | 1 | -0/+25 | |
| Test case that matches output of the program and 'sort' using the command 'sort -n -k 2' | |||||