1. [冒泡排序](https://github.com/lambdaplus/python/blob/master/Algorithm/sort/bubble-sort.py) 2. [插入排序](https://github.com/lambdaplus/python/blob/master/Algorithm/sort/insert_sort.py) 3. [快速排序](https://github.com/lambdaplus/python/blob/master/Algorithm/sort/quick-sort.py) 4. [奇前偶后](https://github.com/lambdaplus/python/blob/master/Algorithm/sort/odd_even.md)