A set of algorithms which I've decided to implement for some reason and which could be possibly useful for others to look at.
So far only Travelling Salesman Problem (TSP) is implemented with naive and Help-Karp algorithms. Since I encountered their possible need in the Devstronomy project.