fix: md style (#779)

This commit is contained in:
谭九鼎 2021-01-02 10:12:34 +08:00 committed by GitHub
parent b2def5ca0e
commit 88fc8bb03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Simple array of integers. With I/O functions, Sort Functions and Search Functions. 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. 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.