View Single Post
Old 10-13-2004, 09:55 PM   #1 (permalink)
Morose
Guest
 
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.
 
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73