Thread: Can anybody tell me a bit about "topcoder?"

  1. #1
    Registered User thePope's Avatar
    Join Date
    Mar 2003
    Posts
    26

    Smile Can anybody tell me a bit about "topcoder?"

    hey I was looking at the site topcoder.com but i still don't understand what kind of contests they have Does anybody have like an example problem they might have? What skills do they look for? thanks

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Its all speed-coding. When you participate in a contest, you are assigned to a room, based on your rating. There are 3 questions, each with their own point value. You can code answers to them in any order you want, but the points you get are determined by the time elapsed between you opening the problem and you submitting an answer. After the coding phase ends, everyone has a chance to look at other people's code, and they can challenge it if they think that it won't work. When you challenge, you enter a set of data which you believe will return the wrong results, and it gets run thru that person's code. If they return incorrect data, then you get bonus points, and they lose points. If they return correct data, you lose points, and they gain points. After that phase, the system runs each person's code with a pre-set group of data. Then, you get the results. Everything (including coding) is done in a Java applet. You have a choice of Java, C++(not C) or C#.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 11-10-2005, 10:53 AM
  2. porting application from 32 bit to 64 bit error
    By gandalf_bar in forum Linux Programming
    Replies: 1
    Last Post: 09-14-2005, 09:20 AM
  3. Bit processing in C
    By eliomancini in forum C Programming
    Replies: 8
    Last Post: 06-07-2005, 10:54 AM
  4. Bit Manipulation Questions
    By CPPNewbie in forum C++ Programming
    Replies: 7
    Last Post: 08-12-2003, 02:17 PM
  5. Array of boolean
    By DMaxJ in forum C++ Programming
    Replies: 11
    Last Post: 10-25-2001, 11:45 PM