Skip to content

JuanDa237/Competitive-Programing-Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Competitive Programing Notebook 📘

This is a repository for my personal competitive programming notebook.

The folder code contains the c++ codes used by me in cp competitions.

How to generate PDF Notebook

Requires: python, latexmk and perl (required for LaTeX compilation).

Run the python script with $ python generate_pdf.py, this script reads the contents of the notebook from contents.txt, then generate contents.tex and run latexmk for compile notebook.tex to pdf.

How to modify content

The file contents.txt contains the references to the sources codes. It has the following format:

# Optional comment
[Section Title]
[Filename within code directory][tab character \t][Subsection Title] # Optional comment

Example:

# C++ is the best
[C++]
c++/template.cpp	C++ template # Just a simple template

This notebook was inspired by Stanford ICPC Notebook.

About

This is my personal competitive programming notebook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages