Warmup Problems and Solutions

These files contain solutions to all problems:

Make sure to read the comments, so that you understand the kind of things we will be looking for. In case there are any questions about the solutions, or about anything else related to warm up 1 contact Daniel Fleischman: df288 -at- cornell.edu. Comments/general questions on algorithms and "contest coding" are more than welcome! :)

The solutions are in C++, but they should be easy to understand even if you don't know this language. I tried not to use any feature unique to a particular language.

Make sure to open in an editor that does color highlighting for you, otherwise it will be hard to read. In particular, do not open using Notepad on Windows, as it will not display the line breaks.