Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
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.
 
Old 10-14-2004, 08:05 AM   #2 (permalink)
Crazy
 
Location: California
Definitely write out a text file parser that you can easily adapt for any sort of input - I know the ACM programming contests will always give you the problem data in a text file, usually with one value per line, and if you have to write out a parser each time you'll be unhappy. Also, I would suggest picking a single language and sticking with it, just so you don't have to write everything twice if the same thing is applicable to both problems.

Bingle
bingle is offline  
Old 10-15-2004, 08:49 PM   #3 (permalink)
Insane
 
Location: West Virginia
I hope im not too late in responding...

Take a very comprehensive list of all the header files that come with a base install of whatever language you are using in so you can easily find the prototypes for the methods you need

Good luck at the competition, they're fun
__________________

- Artsemis
~~~~~~~~~~~~~~~~~~~~
There are two keys to being the best:
1.) Never tell everything you know
Artsemis is offline  
Old 10-17-2004, 04:39 PM   #4 (permalink)
Morose
Guest
 
It was my first year and my team had a poor showing but i had alot of fun, and a great time..
Thanks for the suggestions Bingle and Artsemis, and i'm half proud that i had both those things in my pdf already.

Next year my team is going to practice (at least more then the one time which we did this year). And with luck we'll move on past the preliminaries.

thanks again.
Morose
 
 

Tags
competition, programming, quick, reference


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 01:04 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

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