AntennaeVY / Competitive-Programming-Notebook

This is a repository for Fast and Fourier - EAFIT ICPC Team Notebook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive-Programming-Notebook

This is a repository for Fast and Fourier - EAFIT ICPC Team Notebook.

The folder code contains most of the algorithms used by our team in the coding competitions: graph, strings, geometry, data structures, network flows, math, dynamic programming and other competitive programming stuff.


NOTE: Look code/template.cpp to unterstand macros in the codes.

Generator Notebook Usage

Requires: python, latexmk

The python script generate_pdf.pygenerates the notebook in PDF, this script reads the contents of the notebook from contents.txt.

contents.txt has the following format:

[Section name]
subfolder/file.cpp  Description of the file      # Optional end-of-line comment

The python script was taken from Stanford ICPC Notebook.

About

This is a repository for Fast and Fourier - EAFIT ICPC Team Notebook.


Languages

Language:C++ 47.4%Language:C 25.8%Language:TeX 25.5%Language:Python 1.3%