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

# Algorithm

部分算法参考：

[图解排序算法(一)之选择，冒泡，直接插入 排序](http://www.cnblogs.com/chengxiao/p/6103002.html)

[图解排序算法(二)之希尔排序](https://www.cnblogs.com/chengxiao/p/6104371.html)

[图解排序算法(三)之堆排序](http://www.cnblogs.com/chengxiao/p/6129630.html)

[图解排序算法(四)之归并排序](http://www.cnblogs.com/chengxiao/p/6194356.html)

[图解排序算法(五)之快速排序——三数取中法](http://www.cnblogs.com/chengxiao/p/6262208.html)

[快排时间复杂度分析](https://www.cnblogs.com/fengty90/p/3768827.html)

![排序算法总结](https://github.com/Nixum/Java-Note/raw/master/picture/sort_info.jpg)
