docs(c-or-cpp): add insertion sort to index
parent
addfab4a0f
commit
242205af60
|
@ -3,6 +3,7 @@
|
|||
### c-or-cpp
|
||||
|
||||
1. [Bubble Sort](c-or-cpp/bubble-sort.cpp)
|
||||
2. [Insertion Sort](c-or-cpp/insertion-sort.cpp)
|
||||
|
||||
### python
|
||||
|
||||
|
|
Loading…
Reference in New Issue