> For the complete documentation index, see [llms.txt](https://ryukiedev.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li.md).

# 知识点梳理

- [01 面试算法题记录01](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/01-mian-shi-suan-fa-ti-ji-lu-01.md)
- [02 面试题记录-C语言](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/mian-shi-ti-ji-lucyu-yan.md)
- [08 一套iOS底层试卷](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/yi-tao-ios-di-ceng-shi-juan.md)
- [03 知识点梳理：iOS底层](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/zhi-shi-dian-shu-li-yi-ios-di-ceng.md)
- [04 知识点梳理：网络](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/zhi-shi-dian-shu-li-er-wang-luo.md)
- [05 知识点梳理：多线程](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/zhi-shi-dian-shu-li-san-duo-xian-cheng.md)
- [06 知识点梳理：计算机基础](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/zhi-shi-dian-shu-li-si-ji-suan-ji-ji-chu.md)
- [07 知识点梳理：算法数据结构](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/zhi-shi-dian-shu-li-wu-suan-fa-shu-ju-jie-gou.md)
- [09 知识点梳理：HTML和浏览器](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/zhi-shi-dian-shu-li-html-liu-lan-qi.md)
- [10 知识点梳理：JavaSctipt](https://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li/zhi-shi-dian-shu-li-javascript.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://ryukiedev.gitbook.io/wiki/zhi-shi-dian-shu-li.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.
