# 数据结构

- [【集训整理】 旋转treap模板](https://blog.mcyou.cc/suan-fa-xiang-guan/shu-ju-jie-gou/ji-xun-zheng-li-xuan-zhuan-treap-mu-ban.md)
- [二叉树及相关数据结构的java语言实现](https://blog.mcyou.cc/suan-fa-xiang-guan/shu-ju-jie-gou/er-cha-shu-ji-xiang-guan-shu-ju-jie-gou-de-java-yu-yan-shi-xian.md)
- [快乐树0x01：AVL树的java实现](https://blog.mcyou.cc/suan-fa-xiang-guan/shu-ju-jie-gou/kuai-le-shu-0x01-avl-shu-de-java-shi-xian.md)
- [快乐树0x02 线段树实现(c++)](https://blog.mcyou.cc/suan-fa-xiang-guan/shu-ju-jie-gou/kuai-le-shu-0x02-xian-duan-shu-shi-xian-c++.md)
- [链表的Java语言实现](https://blog.mcyou.cc/suan-fa-xiang-guan/shu-ju-jie-gou/lian-biao-de-java-yu-yan-shi-xian.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://blog.mcyou.cc/suan-fa-xiang-guan/shu-ju-jie-gou.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.
