# Algorithms

## Algorithms

- [The Algorithms Interest Group](https://algo.aspires.cc/readme.md): Introduction
- [GCC Compiler](https://algo.aspires.cc/the-c++-programming-language/gcc-compiler.md)
- [Fundamental](https://algo.aspires.cc/the-c++-programming-language/fundamental.md)
- [Integrated Environment](https://algo.aspires.cc/the-c++-programming-language/integrated-environment.md): Integrated Environment for C++ development
- [STL Containers](https://algo.aspires.cc/the-c++-programming-language/stl-containers.md)
- [Greedy](https://algo.aspires.cc/fundamental/ch1-greedy.md)
- [Greedy (2022)](https://algo.aspires.cc/fundamental/greedy-2022.md)
- [Binary Search](https://algo.aspires.cc/fundamental/ch1-binary-search.md)
- [Recursion](https://algo.aspires.cc/fundamental/ch1-recursion.md)
- [Linear Structure](https://algo.aspires.cc/fundamental/ch1-linear-structure.md)
- [Generic Tree](https://algo.aspires.cc/fundamental/ch1-generic-tree.md)
- [Generic Graph](https://algo.aspires.cc/graph-theory/ch1-generic-graph.md)
- [Minimum Spanning Tree](https://algo.aspires.cc/graph-theory/ch2-minimum-spanning-tree.md)
- [Depth First Search](https://algo.aspires.cc/graph-theory/ch2-depth-first-search.md)
- [Breadth First Search](https://algo.aspires.cc/graph-theory/ch2-breadth-first-search.md)
- [Shortest Path](https://algo.aspires.cc/graph-theory/ch2-shortest-path.md)
- [Network Flow](https://algo.aspires.cc/graph-theory/network-flow.md)
- [Bipartite Graph](https://algo.aspires.cc/graph-theory/bipartite-graph.md)
- [Topological Sort](https://algo.aspires.cc/graph-theory/topological-sort.md)
- [Automaton](https://algo.aspires.cc/graph-theory/automaton.md)
- [Basic Dynamic Programming](https://algo.aspires.cc/dynamic-programming/basic-dynamic-programming.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://algo.aspires.cc/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.
