AaronRobson / py-hackerrank

My solutions to some https://www.hackerrank.com challenges (spoilers)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-hackerrank

My solutions to some https://www.hackerrank.com challenges (spoilers)

Run checks

make check

Run unit tests

make unittest

Run a specific unit test

make unittest testcase=test_synchronous_shopping.TestShop.test_case_6

Run performance check

make run

About

My solutions to some https://www.hackerrank.com challenges (spoilers)

License:GNU General Public License v3.0


Languages

Language:Python 99.7%Language:Makefile 0.3%