How to Conduct an online coding competition?
Posted
by Alice
on Stack Overflow
See other posts from Stack Overflow
or by Alice
Published on 2010-01-03T08:48:20Z
Indexed on
2010/05/09
7:58 UTC
Read the original article
Hit count: 227
I need to design a website for a programming competition event. It will be similar to TOP CODER competitions. User will be given all questions & then user submits the code, that will be running on the server and checks if it gives the correct solution or not. The first one to finish all the questions is the winner.
I've no clue about how to proceed. Assume that languages that are supported are C, C++, Java.
© Stack Overflow or respective owner