# Algorithms

- [やさしく学べる離散数学](https://y-meguro.gitbook.io/reading-record/algorithms/easy_learning_discrete_mathematics.md)
- [あたらしいグラフ理論入門](https://y-meguro.gitbook.io/reading-record/algorithms/graph_theory_introduction.md)
- [計算理論の基礎](https://y-meguro.gitbook.io/reading-record/algorithms/introduction_to_the_theory_of_computation.md)
- [アルゴリズムイントロダクション](https://y-meguro.gitbook.io/reading-record/algorithms/introduction_to_algorithms.md)
- [珠玉のプログラミング](https://y-meguro.gitbook.io/reading-record/algorithms/programming_pearls.md)
- [世界で戦うプログラミング力を鍛える本](https://y-meguro.gitbook.io/reading-record/algorithms/cracking_the_coding_interview.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://y-meguro.gitbook.io/reading-record/algorithms.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.
