> For the complete documentation index, see [llms.txt](https://algo.aspires.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://algo.aspires.cc/fundamental.md).

# Fundamental Algorithms and Data Structures

- [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)
