mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-23 15:34:20 +00:00
fix: md style (#779)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Simple array of integers. With I/O functions, Sort Functions and Search Functions.
|
||||
|
||||
#Sort Function
|
||||
## Sort Function
|
||||
|
||||
The Sort function sorts the elements in the range in a particular order. The different types of sorting methods are Bubble Sort, Selection Sort, Merge Sort and Quick Sort. Bubble Sort repeatedly sorts the adjacent elements if they are in wrong order.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user