mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
Added definition or meaning of "Sort Function".
This commit is contained in:
parent
153b904429
commit
03d30ca97f
@ -2,6 +2,10 @@
|
||||
|
||||
Simple array of integers. With I/O functions, Sort Functions and Search Functions.
|
||||
|
||||
#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.
|
||||
|
||||
## Structure
|
||||
|
||||
```C
|
||||
|
Loading…
Reference in New Issue
Block a user