# 算法

- [排序算法](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/pai-xu-suan-fa.md)
- [插入排序](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/pai-xu-suan-fa/cha-ru-pai-xu.md)
- [归并排序](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/pai-xu-suan-fa/gui-bing-pai-xu.md)
- [计数排序](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/pai-xu-suan-fa/ji-shu-pai-xu.md)
- [快速排序](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/pai-xu-suan-fa/kuai-su-pai-xu.md)
- [冒泡排序](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/pai-xu-suan-fa/mao-pao-pai-xu.md)
- [选择排序](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/pai-xu-suan-fa/xuan-ze-pai-xu.md)
- [Hash算法](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/hash-suan-fa.md)
- [MD5介绍](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/md5-jie-shao.md)
- [一致性Hash算法](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/yi-zhi-xing-hash-suan-fa.md)
- [数字全排列](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/shu-zi-quan-pai-lie.md)
- [储水量](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/chu-shui-liang.md)
- [最大子序列](https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa/zui-da-zi-xu-lie.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jun-wang.gitbook.io/learnjava/ji-shu-xue-xi/suan-fa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
