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

# 后序

以上就是本电子书的全部内容了。如果你觉得这本书对你有用， 那么请将它分享给你身边的朋友，你的点赞和分享是我最大的动力。另外由于本人水平和精力有限，难免有不正确的地方，大家可以通过 github 的 pr 给我指正，感谢大家。

后期的话文章会第一时间在公众号和我的博客更新，并定期整理到这个电子书中来。因此你可以关注我的公众号或者博客， 也可以关注我的同步电子书的网站 [西法的刷题秘籍 - 在线版](https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/) 获得内容的更新。

如果想加入读者交流群， 在公众号回复 leetcode 即可，西法在群里等着你。

关注公众号《力扣加加》带你啃下算法这块硬骨头。

![](https://p.ipic.vip/iiew7e.jpg)

lucifer 的博客地址：<https://lucifer.ren/blog/>


---

# 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, and the optional `goal` query parameter:

```
GET https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/epilogue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
