# Sorting algorithms ### c-or-cpp 1. [Bubble Sort](c-or-cpp/bubble-sort.cpp) 2. [Insertion Sort](c-or-cpp/insertion-sort.cpp) ### python 1. [Bubble Sort](python/bubble-sort.py)