commit 2565e6cc01abdc596f9a694c60ab374070094e8c Author: kukemuna Date: Mon Feb 26 21:24:08 2024 +0200 automated commit by check50 [check50=True] diff --git a/answers.txt b/answers.txt new file mode 100644 index 0000000..737b5cd --- /dev/null +++ b/answers.txt @@ -0,0 +1,11 @@ +sort1 uses: Bubble sort + +How do you know?: Sorted list runs considerably faster than reserved on random list, regardless of the list size + +sort2 uses: Merge sort + +How do you know?: Way faster than the other two + +sort3 uses: Selection sort + +How do you know?: There is not much difference in execution time between sorted, reversed and random lists