# 算法笔记

#### [插入排序](https://cs.lhy.io/insertsort)

* 直接插入排序
* 折半插入排序
* 希尔排序

#### [交换排序](https://cs.lhy.io/bubblesort)

* 冒泡排序
* [快速排序](https://cs.lhy.io/quicksort)
