Update insertion_sort.md
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
## insertion_sort
|
||||
|
||||
### Insertion Sort Algorithm
|
||||
### insertion_sort
|
||||
|
||||
On a very basic level, an insertion sort algorithm contains the logic of shifting around and inserting elements in order to sort an unordered list of any size. The way that it goes about inserting elements, however, is what makes insertion sort so very interesting!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user