Skip to content

Commit 2af0799

Browse files
committed
Sorting base README file udpated
1 parent 38c77d0 commit 2af0799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sorting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#Sorting
1+
# Sorting
22

33
>A sorting algorithm is an algorithm that puts elements of a list in a certain order. The most-used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the use of other algorithms (such as search and merge algorithms) which require input data to be in sorted lists; it is also often useful for canonicalizing data and for producing human-readable output. [wikipedia](https://en.wikipedia.org/wiki/Sorting_algorithm)
44
55

66

7-
###Useful Links:
7+
### Useful Links:
88
- [Nice animated visualization of sorting algorithms](https://www.cs.usfca.edu/~galles/visualization/ComparisonSort.html)
99
- [Sorting visualization](https://visualgo.net/sorting)
1010
- [betterexplained.com article on Sorting algorithms](https://betterexplained.com/articles/sorting-algorithms/)

0 commit comments

Comments
 (0)