Skip to content

encse/challenge24-2004

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge24 EC

This project contains the solutions to the electronic round of Challenge24, a yearly programming contest held in Budapest.

Setup

Check the problemset folder for problem descriptions and inputs. The ch24 folder contains our solutions written in C#. The repo is self contained, the binary dependencies are also included under packages.

For Visual Studio 2015 and Visual Studio for Mac users

Open the solution file Contest.sln. Under the project options for the ch24 project set the run directory to the directory containing the solution file. You should also set Run on external console.

If you prefer the command line and have Mono installed

In the repository root:

> xbuild
> mono bin/Ch24.exe

About

Solutions to Challenge24 (2004) EC problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages