This is the templates I use for competitive programming, I have created this repository to keep track of my templates and to share them with others. I will keep updating this repository with new templates and algorithms as I learn through the competitive programming journey.
This is a python script that I use to convert all the files in the repository to a single PDF file. This script uses the enscript
CLI tool to convert the files to PDF. You can install enscript
using the following command on Linux:
Linux:
sudo apt-get install enscript
Windows: Will be added soon.
Just run the MakePDFS.py file and it will convert all the files in the repository to a single PDF file.
Linux:
python3 MakePDFS.py
Windows:
python MakePDFS.py