> For the complete documentation index, see [llms.txt](https://cs.lhy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs.lhy.io/master.md).

# 算法笔记

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

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

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

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