This is a collection of several algorithms our team "Caloventor en Dos" from Argentina used at ACM-ICPC (2014-2016). Everything is put in eldiego.pdf
, and eldiegorecortado.pdf
is a stripped down version we used in the 2016 World Finals (since it has a limit of 25 pages).
Notebook del equipo Caloventor en Dos. Gabina Rlz.
- Int the terminal:
curl -O https://labdcc.fceia.unr.edu.ar/~mvillagra/geany.colors.tar.gz && tar -zxf geany.colors.tar.gz -C ~/.config/geany/colorschemes/
- In Geany: View -> Change Color scheme...
A small utility to remove all possible spaces from C++ code. Taken from: https://github.com/Scylardor/cminify