Tmbao / VM15

VNOI Marathon 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VM15

VNOI Marathon 2015

Naming Convention

round<round_id>/<prob_id>_<prob_code>/sol_<owner>.*

E.g.:

round1/8_VMSUM/sol_bao.cpp

In case 1 author has many solutions, please name it as follows:

round<round_id>/<prob_id>_<prob_code>/sol_<owner>_<description>.*

E.g.
round1/8_VMSUM/sol_bao_bruteforce.cpp
round1/8_VMSUM/sol_bao_greedy.cpp
round1/8_VMSUM/sol_bao_dp.cpp

About

VNOI Marathon 2015


Languages

Language:C++ 89.7%Language:Python 5.0%Language:MATLAB 4.5%Language:C 0.5%Language:Shell 0.4%