|
ACM International Collegiate Programming
Contest
|
2007-2008 Training Page
All meetings are held in 2310 CS. Our practice schedule
is as follows:
Regionals Meeting Agendas
| Date | Discussion Topics |
| Wed, Sep 5th, 6:00pm | Contest overview,
introductions |
| Wed, Sep 12th, 5:30pm | 2006 Regional (judge data) |
| Wed, Sep 19th, 5:30pm | Greedy and Basic
Graph Algorithms |
| Wed, Sep 26th, 5:30pm | Divide and Conquer /
Dynamic Programming |
| Wed, Oct 3rd, 5:30pm | Network Flow |
| Wed, Oct 10th, 5:30pm | Placement Test Discussion(judge data) |
| Wed, Oct 17th, 5:30pm | Computational Geometry |
| Wed, Oct 24th, 5:30pm | Team Practice 1
Discussion(judge data) |
| Wed, Oct 31th, 5:30pm | Team Practice 2
Discussion(judge data) |
| Sat, Nov 3rd, 8:00am | Regionals (previous
NCNA regionals,collected data) |
| Wed, Nov 7th, 5:30pm | Regionals Debriefing |
Programming Sessions
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. To make things
easier for us, please send weekly summaries (to the address above) of
the practice problems you solved and worked on.
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".
|