Programming competition quick reference.
Hi all.. i'm going to compete in a undergraduate programming competition this weekend. In this competition each team is allowed to bring a 25 pg pdf for use as a quick reference source.
So i'm curious what would you guys/gals put in it if you were going. The competition has no language restrictions (at least that i can recall of hand) and most of my teammates are familiar with both c[++] and Java so quick references for them is my main objective.
Here is a list of things that i've already included.
A quick listing of the methods of c' stdlib/io and STLs as well as a number of java classes in the form of <return type> methodname(<arg1 type>[<arg2 type>]+)
an ASCII Character Table,
Floyd's algo for shortest weighted path,
skeleton for a String Tokenizer in C and Java
Any other ideas? I'll check back tomorrow before we print up the pdf.
Thanks for you help and wish me luck
Morose.
|