Skip to content

Commit 9a400d6

Browse files
committed
added more text into README
1 parent 78c12a3 commit 9a400d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ The following algorithms were implemented:
2323
- Quick
2424
- Radix
2525
- Shell
26+
27+
The program shows the execution times of each algorithm, it is possible to create a random vector of integers and test
28+
it with all the algorithms for comparison purposes. It is nice to note that the difference in execution times of each
29+
algorithm grows as you use larger vectors. Small vectors are ordered quickly by any of these algorithms with a small
30+
time difference between them, but by increasing the vector sizes, it is seen that the more advanced algorithms like
31+
Quick, Merge, Bucket, Heap and Shell go absurdly better than the others.
32+
33+

0 commit comments

Comments
 (0)