From 6fbae842769ade6fbb6f77e53049ee06411e2d1a Mon Sep 17 00:00:00 2001 From: Navid Samanghoon Date: Mon, 13 Oct 2025 12:34:44 +0200 Subject: fix(test): the test used an unstable sorting algorithm, which caused insertion sort to fail on duplicates. This has been fixed now. --- src/insertion_sort.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/insertion_sort.s b/src/insertion_sort.s index 359e39f..ed4ade2 100644 --- a/src/insertion_sort.s +++ b/src/insertion_sort.s @@ -69,4 +69,4 @@ done: pop %r10 pop %r9 pop %r8 - ret \ No newline at end of file + ret -- cgit v1.2.3-70-g09d2