International Collegiate Programming
Contest
|
2008-2009 Training Page
All meetings are held in 2310 CS. Our practice schedule
is as follows:
Regionals Meeting Agendas
Date | Discussion Topics |
Wed, Sep 10th, 6:00pm | Contest overview,
introductions |
Wed, Sep 17th, 6:00pm | 2007
Regionals (judge
data, solutions) |
Wed, Sep 24th, 6:00pm | Greedy and Basic
Graph Algorithms |
Wed, Oct 1st, 6:00pm | Divide and Conquer /
Dynamic Programming |
Wed, Oct 8th, 6:00pm | Network
Flow |
Wed, Oct 15th, 6:00pm | Placement Test
Discussion (judge data, partial solutions) |
Wed, Oct 22nd, 6:00pm | Computational Geometry |
Wed, Oct 29th, 6:00pm | Team Practice 1 Discussion (judge data) |
Wed, Nov 5th, 6:00pm | 2004 Regionals (judge data) |
Wed, Nov 12th, 6:00pm | Team Practice 2 Discussion
(judge data) |
Sat, Nov 15th, 6:45am | Regionals (judge data) |
Wed, Nov 19th, 6:00pm | Regionals Debrief |
Programming Sessions
All programming sessions are held in 1351 CS.
Problem Sets
There are several free websites that have ICPC problems listed and allow
you to submit problems, and they will automatically score your solution for you
just like at the real contest. We will mainly be using practice problems from UVA.
Please create an account on UVA using the
password we gave you during the meeting. Once you have registered
please send an email to mwa+icpc@cs.wisc.edu with your
user name so that we can track your weekly progress.
All problems expect I/O to done using standard input and standard
output. The solution to problems must be written in a single file.
If you are programming in Java the application class should be called
"Main".
|