aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-10-29test(benchmark.sh): moved to test and added support for different typesAndreas Kapp Lindquist1-0/+33
2025-10-29test(test.sh): Moved to test folderAndreas Kapp Lindquist1-0/+41
2025-10-29test(all): Added test script for testing against sortmithe241-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-29fix(test): the test used an unstable sorting algorithm, which caused ↵Navid Samanghoon1-1/+1
insertion sort to fail on duplicates. This has been fixed now.
2025-10-29test(numbers.txt): Test script that compares output with 'sort'mithe241-0/+25
Test case that matches output of the program and 'sort' using the command 'sort -n -k 2'