# Caisense的刷题笔记

创建于2019.1。csdn太不便于翻阅，于是转战gitbook，记录下刷leetcode的心得。

滴水穿石，持之以恒。

3.19更新：修改了python3代码的格式，适配于leetcode最新的函数头形式：

```python
def minMutation(self, start: str, end: str, bank: List[str]) -> int:
```

3.28 所有lc博客均已从csdn搬运完毕，英文题目是付费题。（距离正式开始从头刷题恰好一年）

2021.7.24 由gitbook转为docsify文档


---

# 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://cai-sen-se.gitbook.io/leetcode/readme.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.
