csecutsc / utscode2

Problem statements and solutions for UTSCode 2 : https://utscode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTSCode2

This is the official repository for the UTSCode 2018 contest. This repository holds all the tools, problem statements written in LaTeX, and solutions written in Python, Java, or C++.

Requirements

If you plan on making your own problems on the Kattis platform, then here are some important links required for to compile the problemstatements from source and verify the validity your solutions against the current testdata.

Kattis problemtools

Introduction to the Kattis Problem Format and problemtools

Indepth information on using the Kattis problemtools

Environment

In order to run/test problems, an Ubuntu 14.04 sandbox has been package for Vagrant+Virtualbox.

Linux

$ sudo apt-get install virtualbox vagrant

Mac

$ brew install virtualbox vagrant

From there, spin up a VM with the Vagrantfile by running:

$ vagrant up

Running

To test problems, run

$ vagrant ssh

Problems will be under utscode2 where you can run all Kattis problemtools.

Official Contest

utscode.com

About

Problem statements and solutions for UTSCode 2 : https://utscode.com

License:The Unlicense


Languages

Language:C++ 50.4%Language:TeX 19.4%Language:Python 15.2%Language:Java 13.7%Language:Shell 1.2%