Skip to content

This repository contains the solutions I submitted for programming problems on kattis.

License

Notifications You must be signed in to change notification settings

kimbasabingoye/kattis

Repository files navigation

Kattis Programming challenge Solutions

What is this ?

This repository contains my solutions to the programming challenges found on Kattis.

All the solutions are accepted by Kattis.

How to find the related problem ?

The folder name is the problem's name on Kattis. You can find the problem by substituting [foldername] with the name of the folder: https://open.kattis.com/problems/[foldername]

Example: hello contains my solution for the problem https://open.kattis.com/problems/hello

How to run ?

Problems are solved mainly with C++.

Compilation

You can compile the source code src.cpp by using make like this:

g++ -o src src.cpp

Where src.cpp is the solution file name

Execution

You execute the program by typing the command below. The in argument is the file that contain the test cases

./src < in

About

This repository contains the solutions I submitted for programming problems on kattis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages