> For the complete documentation index, see [llms.txt](https://mnunknown.gitbook.io/algorithm-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei.md).

# String，字符串类

- [多步翻转法](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/522_string.md)
- [Substring 结构和遍历](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/522string__2.md)
- [Palindrome 问题](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/523_string-_palindrome_wen_ti.md)
- [Palindrome Continued](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/524_string-_palindrome_continued.md)
- [String / LinkedList 大数运算](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/525_string_za_ti.md)
- [序列化与压缩](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/526_string.md)
- [5/24 String 杂题](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/524_string_za_ti.md)
- [Knuth–Morris–Pratt 字符串匹配](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/524_string-_kmp_de_ying_yong.md)
- [Lempel–Ziv–Welch 字符串压缩算法](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/lempelzivwelch_zi_fu_chuan_ya_suo_suan_fa.md)
- [(G) Decode String](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/g_decode_string.md)
- [(G) UTF-8 Validation](https://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei/g_utf-8_validation.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://mnunknown.gitbook.io/algorithm-notes/stringff0c_zi_fu_chuan_lei.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.
