A LaTeX project containing essential algorithms, data structures, and problem-solving techniques for ICPC contests.
To build the LaTeX document, you'll need a latex distribution. On debian-based distros, you can run this to install all you nned:
sudo apt install texlive texlive-latex-extra texlive-fonts-recommended texlive-scienceTo compile the LaTeX source code into a PDF, run the following command:
pdflatex -output-directory=.build/pdf -jobname=cheatsheet template.texThe repository is organized as follows:
/src- LaTeX code of the document/code- C++ code included in the document/template.tex- Root of the LaTeX document, contains various formatting settings