A comprehensive LaTeX-based cheat sheet covering fundamental algorithms and data structures concepts, including:
- Computational Complexity and Big-O Notation
- Sorting Algorithms
- Binary Search Trees
- Red-Black Trees
- Graph Algorithms
- And more...
This browser does not support PDFs. Please download the PDF to view it: Download PDF.
You can also directly download the latest version of the cheat sheet.
main.tex
: Main document that includes all other filesweeks1-7.tex
: Theoretical content for weeks 1-7weeks8-14.tex
: Theoretical content for weeks 8-14exercises.tex
,exercises-part2.tex
,exercises-part3.tex
: Practice exercises with detailed solutions
- Ensure you have a LaTeX distribution installed (e.g., MiKTeX, TeX Live)
- Compile using pdflatex:
pdflatex -jobname=FTP_Algorithms_HS24_CheatSheet main.tex pdflatex -jobname=FTP_Algorithms_HS24_CheatSheet main.tex # Run twice for proper TOC generation
Feel free to submit issues and enhancement requests!