Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4c8c9da

Browse files
author
Jeonghyun Min
committedNov 6, 2024·
Update: URL regarding sorting algorithm comparison
1 parent 452c3f6 commit 4c8c9da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎sorts/stopwatch_sort.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
"""
22
One of reasons for learning about algorithms is
33
that they can affect the efficiency of a program.
4+
5+
More info on: https://en.wikipedia.org/wiki/Sorting_algorithm
6+
47
Therefore, it will be helpful for learners
58
to see each algorithm's sorting process speed
69
and compare the results of different algorithms.

0 commit comments

Comments
 (0)
Please sign in to comment.