Problem tester for coding contests
Rewritten my problem-tester project from scratch in Python 3. Here are the improvements. Debugging The problem with the old solution…
programming and psychology
Rewritten my problem-tester project from scratch in Python 3. Here are the improvements. Debugging The problem with the old solution…
The Qualification round in Google code jam taught me a new thing about python. Imagine following program for getting asleep:…
Pretty common question when dealing with lists (arrays, vectors or whatever is used in you favorite programming language) is to…