Revise the materials from your data structures and algorithm module and practice by solving problems from http://acm.uva.es/problemset. You will be given an account on our local judge via email and you can practice by solving problem from the contests titled “Sample Contest” and “ICPC Practice”.
How to use the local judge ?
The problems are labelled A, B, C, .. so on.
Select the button next to the problem label and you should see the description of that problem appear in the bottom frame.
Solve the problem in either C/C++/Java and select your source code by clicking on the “Browse” button and click on your source code file. Input and output will be via standard input and output (i.e. cin/cout for C++, scanf/printf for C, System.in/System.out for Java)
Click on the “Submit” button to send the file to the server for judging, you should see the result of your submission on the bottom frame. For detailed explanations of the results (Wrong Answer, Accepted, Time Limit Exceeded, etc) please click on the “Help” button.