Update: URL regarding sorting algorithm comparison

This commit is contained in:
Jeonghyun Min 2024-11-07 07:57:10 +08:00
parent 452c3f66b2
commit 4c8c9da9ed

View File

@ -1,6 +1,9 @@
"""
One of reasons for learning about algorithms is
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
to see each algorithm's sorting process speed
and compare the results of different algorithms.