> For the complete documentation index, see [llms.txt](https://leetcodebook-1.gitbook.io/top-interview-150/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leetcodebook-1.gitbook.io/top-interview-150/divide-and-conquer.md).

# 分治

- [将有序数组转换为二叉搜索树](https://leetcodebook-1.gitbook.io/top-interview-150/divide-and-conquer/convert-sorted-array-to-binary-search-tree.md)
- [排序链表](https://leetcodebook-1.gitbook.io/top-interview-150/divide-and-conquer/sort-list.md)
