parent
b25d30b56e
commit
c3812d17d5
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
||||
# Sorting algorithms |
||||
# Sorting Algorithms |
||||
|
||||
Sorting refers to arranging data in a particular format. Sorting algorithm specifies the way to arrange data in a particular order. Most common orders are in numerical or lexicographical order. |
||||
|
||||
The importance of sorting lies in the fact that data searching can be optimized to a very high level, if data is stored in a sorted manner. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://realpython.com/sorting-algorithms-python/'>Sorting Algorithms in Python</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/python_data_structure/python_sorting_algorithms.htm'>Python - Sorting Algorithms</BadgeLink> |
||||
|
Loading…
Reference in new issue