Logo

Posts tagged with "algorithms"


Execute, Time and Plot C++ Programs with Python

February 2, 2011

Hate excel? Why not have python take all the pain away! This should appeal to everyone out there who needs a quick way to analyze the runtime time of ...

Sudoku Solver

January 1, 2012

I got really bored over the holidays and wrote a very naive sudoku solver in C++. Check out this gist to see it!...