mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-08 14:55:53 +00:00
Update: URL regarding sorting algorithm comparison
This commit is contained in:
parent
452c3f66b2
commit
4c8c9da9ed
@ -1,6 +1,9 @@
|
|||||||
"""
|
"""
|
||||||
One of reasons for learning about algorithms is
|
One of reasons for learning about algorithms is
|
||||||
that they can affect the efficiency of a program.
|
that they can affect the efficiency of a program.
|
||||||
|
|
||||||
|
More info on: https://en.wikipedia.org/wiki/Sorting_algorithm
|
||||||
|
|
||||||
Therefore, it will be helpful for learners
|
Therefore, it will be helpful for learners
|
||||||
to see each algorithm's sorting process speed
|
to see each algorithm's sorting process speed
|
||||||
and compare the results of different algorithms.
|
and compare the results of different algorithms.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user