This is my programming contest related source code.
acm.uva.es is my code for problems on the problem set archive and online
judge at http://acm.uva.es.
topcoder is my code for various http://www.topcoder.com contests. I haven't
included any of the problem descriptions because I think it's copyrighted.
However, you should be able to read them at topcoder.com.
cpp_examples are a bunch of small code snippet demonstrating how to use
some of the built in C++ libraries.
The stuff in acm.uva.es, topcoder, and cpp_examples is under the BSD
license: http://www.opensource.org/licenses/bsd-license.php
Tony Chang