Skip to content

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

Notifications You must be signed in to change notification settings

prathap03/Kattis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kattis Solutions

What is this?

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

All the solutions are accepted by Kattis. I strive to make the solutions as readable as I can. But be aware that I'm using this project to learn Python and get better at solving algorithmic challenges so the solutions may not be the most Pythonic or optimal.

How to find the related problem?

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

Example: hello.py solves the problem of https://open.kattis.com/problems/hello

How to run?

All these solution are solved with Python 3.6+. You can run the solutions by passing the solution file to Python in a terminal like this:

> python hello.py

About

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

Resources

Stars

Watchers

Forks

Languages