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