Skip to content

Templates I use for competitive programming, I have created this repository to keep track of my templates and to share them with others.

Notifications You must be signed in to change notification settings

HamzaHassanain/CP_Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Competitive Programming Templates

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.

MakePDFS.py File

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.

After Installation

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

Files

About

Templates I use for competitive programming, I have created this repository to keep track of my templates and to share them with others.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published