> For the complete documentation index, see [llms.txt](https://mm.ricky.moe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mm.ricky.moe/interview/inverview-record/suan-fa-he-shu-ju-jie-gou-qing-dan.md).

# 算法和数据结构清单

* [ ] 冒泡排序
* [ ] &#x20;快速排序&#x20;
* [ ] 回文字符串&#x20;
* [ ] 两数之和
* [ ] k sum 大数相加
* [ ] &#x20;二分查找
* [ ] &#x20;二叉树前中后遍历
* [ ] &#x20;二叉树层次遍历&#x20;
* [ ] 二叉树深度优先遍历(递归、非递归)
* [ ] &#x20;二叉树广度优先遍历(递归、非递归)&#x20;
* [ ] 和为n的二叉树路径&#x20;
* [ ] 二叉树深度
* [ ] &#x20;二叉树是否对称
* [ ] &#x20;链表反转&#x20;
* [ ] 16进制转10进制

&#x20;
