vmartinv / eldiego

Short written algorithms, cheatsheet for ACM-ICPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

El Diego

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.

Add colors to Geany!

  1. 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/

  1. In Geany: View -> Change Color scheme...

Villeador de C++

A small utility to remove all possible spaces from C++ code. Taken from: https://github.com/Scylardor/cminify

About

Short written algorithms, cheatsheet for ACM-ICPC

License:MIT License


Languages

Language:C++ 70.6%Language:TeX 22.5%Language:Python 5.4%Language:Haskell 1.3%Language:Makefile 0.2%Language:Batchfile 0.0%