# Study Helper for Intro to Analysis of Algorithms

## An Introduction to the Analysis of Algorithms

- [Welcome](https://evarga.gitbook.io/sh-aofa/welcome.md): This section states the purpose of the guide, provides details about the author, and references any external sources utilized.
- [Revision History](https://evarga.gitbook.io/sh-aofa/revision-history.md)
- [Chapter 1: Analysis of Algorithms](https://evarga.gitbook.io/sh-aofa/introduction/chapter-1-analysis-of-algorithms.md)
- [Chapter 2: Recurrence Relations](https://evarga.gitbook.io/sh-aofa/discrete-mathematical-methods/chapter-2-recurrence-relations.md)
- [Chapter 3: Generating Functions](https://evarga.gitbook.io/sh-aofa/discrete-mathematical-methods/chapter-3-generating-functions.md)
- [Chapter 4: Asymptotic Approximations](https://evarga.gitbook.io/sh-aofa/discrete-mathematical-methods/chapter-4-asymptotic-approximations.md)
- [Chapter 5: Analytic Combinatorics](https://evarga.gitbook.io/sh-aofa/discrete-mathematical-methods/chapter-5-analytic-combinatorics.md)
- [Chapter 6: Trees](https://evarga.gitbook.io/sh-aofa/algorithms-and-combinatorial-structures/chapter-6-trees.md)
- [Chapter 7: Permutations](https://evarga.gitbook.io/sh-aofa/algorithms-and-combinatorial-structures/chapter-7-permutations.md)
- [Chapter 8: Strings and Tries](https://evarga.gitbook.io/sh-aofa/algorithms-and-combinatorial-structures/chapter-8-strings-and-tries.md)
- [Chapter 9: Words and Mappings](https://evarga.gitbook.io/sh-aofa/algorithms-and-combinatorial-structures/chapter-9-words-and-mappings.md)
