Skip to content

massimo-nocentini/competitive-programming

Repository files navigation

Competitive Programming

In this repo I put my programming training, mostly based on the CP book, against UVa judge; moreover, an index is provided.

In addition, more interesting material can be found in the following places:

Python libs

My plan is to use Python as the primary language to solve problems; for this reason, the python-libs directory contains useful definitions to ease solving, classified as follows:

In order to use these modules in either IPython or Jupyter notebooks sessions, just set the PYTHONPATH variable, here's and example:

 PYTHONPATH=~/Developer/working-copies/programming-contests/competitive-programming/python-libs/ jupyter-notebook

Tutorials

At the same time, I help myself by taking notes about programming techniques, collecting them in Jupyter notebooks: