/challenges

Primary LanguagePython

coding contests

euler

Solutions for project euler challenges from hackerrank. All solutions are using only pure python, no dependencies on third-party code.

The template.py is a skeleton implementation of solution scripts. It takes care of reading cases from stdin and writing to stdout. runner.py can be used to run the solution files from an IDE during development.

ccc

Solutions for catalyst coding contests.

lib

The lib folder contains common utility/math functions, which are useful in multiple solutions. Each lib module has embedded unit tests. Running the test requires the hypothesis package.