diff --git a/sorting/README.md b/sorting/README.md index 8a17aa79..85453331 100644 --- a/sorting/README.md +++ b/sorting/README.md @@ -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