docs(c-or-cpp): add insertion sort to index

pull/13/head
Ming Tsai 2021-01-17 11:41:47 -04:00 committed by GitHub
parent addfab4a0f
commit 242205af60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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