naldoco / HaskellLove21

Repository for my talk, "Competitive Programming in Haskell", at Haskell Love 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive Programming in Haskell

This is the repository for my talk at Haskell Love 2021. Feel free to clone it and play around.

To test a solution (on the provided test cases only), just cd into the directory containing the Haskell code and run python3 ../test.py. Note that this does not test your solution against the secret test data on the Kattis servers. For that, you will have to make a (free) account on https://open.kattis.com/ and submit it yourself.

About

Repository for my talk, "Competitive Programming in Haskell", at Haskell Love 2021.


Languages

Language:Haskell 79.0%Language:Python 20.6%Language:Roff 0.4%