* fix typo

* fix typo

* fix typos

* fix typo
This commit is contained in:
omahs
2023-09-23 10:53:09 +02:00
committed by GitHub
parent dc50add8a7
commit b203150ac4
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ is specified by the sorting algorithm. The most typical orders are lexical or nu
of sorting lies in the fact that, if data is stored in a sorted manner, data searching can be highly optimised.
Another use for sorting is to represent data in a more readable manner.
This section contains a lot of important algorithms that helps us to use sorting algorithms in various scenarios.
This section contains a lot of important algorithms that help us to use sorting algorithms in various scenarios.
## References
* <https://www.tutorialspoint.com/python_data_structure/python_sorting_algorithms.htm>
* <https://www.geeksforgeeks.org/sorting-algorithms-in-python>