aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
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'