TopCoder

TopCoder

Infobox Company
company_name = TopCoder, Inc.
company_
vector_
company_type = Corporation
genre =
foundation = April, 2001
founder = Jack Hughescite web|url=http://www.topcoder.com/tc?module=Static&d1=about&d2=management|title=TopCoder management team|accessdate=2006-11-27]
location_city = Glastonbury, Connecticut
location_country = USA
location = (incorporated in Delaware)
origins =
key_people =
area_served =
industry = Information Technology Staffing
Software
Outsourcing services
products =
revenue =
operating_income =
net_income =
num_employees = 75 (2006)cite web|url=http://hotjobs.yahoo.com/Company-Profiles/T/Topcoder-Jobs_49476 |title=Topcoder Jobs and Profile |work=Yahoo! HotJobs |accessdate=2006-11-29]
parent =
subsid =
owner =
company_slogan =
homepage = [http://www.topcoder.com www.topcoder.com]
dissolved =
footnotes =

TopCoder is a company which administers contests in computer programming. TopCoder hosts weekly online algorithm competitions — known as SRMs or "single round matches" — as well as weekly competitions in design and development. The work in design and development produces useful software which is licensed for profit by TopCoder. Competitors involved in the creation of these components are paid royalties based on these sales. The software resulting from algorithm competitions — and the less-frequent marathon matches — is not usually directly useful, but sponsor companies sometimes provide money to pay the victors. Statistics (including an overall "rating" for each developer) are tracked over time for competitors in each category.

Types of competitions

*Algorithms (competition length about 2 hours): Competitors are given a set (usually three) of algorithmic problems and have 75 minutes to correctly solve as many as they can.
*Design (competition length 1 week): Competitors are given a set of user requirements and attempt to convert them into a usable software design specification. Their efforts are judged on a variety of "real-world" criteria on how correct and practical their design is.
*Development (competition length 1 week): Competitors are given a set of design specification and attempt to write software components that match those specification. These components are judged on their functionality and coding style.
*Marathon Matches (competition length 1 or 2 weeks): Contestants are given a particularly difficult algorithmic problem. The scoring is done by computer based on criteria specifically suited to the problem.
*Studio (competition length ?): Contestants are asked to show off their creative skills in a competitive environment.

Newly added competitions

*Architecture
*Assembly TopCoder has created Assembly Competitions as an extension of Component Design and Development Competitions. Through these competitions, competitors create high quality applications using completed components and TopCoder's established competitive method.
*Testing
*Bug Races Project teams, clients and members are able to log bugs they find in software developed and supported by TopCoder. TopCoder will communicate these bugs to the member community. Bugs that are open to the community will be posted on the Active Bug Races page.

Algorithm competitions

TopCoder has been hosting algorithm competitions since 2001. Current SRMs consist of four phases:

* Coding phase (75 minutes): Coders write programs to solve three short problems using C++, Java, C#, or Visual Basic. Each problem set consists of an easy, medium, and hard question, the difficulty of which is reflected in each problem's point value. The problems' point values vary from match to match; a common point value distribution is 250-500-1000. Also, the quicker a coder writes a given problem, the more points that coder gets.

* Intermission (5 minutes): After the coding phase ends, there is a short break before the challenge phase begins. This time can be used to think of challenge cases.

* Challenge phase (15 minutes): Coders can challenge the submitted problems of other participants in their room by constructing test cases in an attempt to generate erroneous output. The challenger receives 50 points for a successful challenge (the challenged coder loses all his points for that problem), and loses 25 points for an unsuccessful challenge. Each successful challenge is added to the set of tests to be run during the system testing phase.

* System-testing phase: Each problem that survives through the challenge phase is run on many test cases. If a coder's solution fails the system tests, that coder receives no points for the problem.

At the end of the contest, ratings are updated to incorporate each participating coder's performance.

Component design and development competitions

TopCoder hosts design and development competitions in which coders can compete to create components and applications that are either generally useful, or that third parties have contracted for.

TopCoder design and development competitions are week-long competitions. New components are posted every Thursday and coders can choose a component from a list of Java and .NET components, and they have a week to design or develop their chosen component. Each week new components are posted. Development components are generally components that have been designed in a previous component design contest.

Marathon matches

Larger problems than are asked during a traditional TopCoder algorithm round are posted. They provide a more flexible competition format with an extended timeline. Since June 2008, the Marathon Matches will focus on encryption technology.

Tournaments

*TopCoder Open: An annual event which features algorithm, design, and development competitions in a tournament structure, culminating in a live finale for the top competitors.
*TopCoder Collegiate Challenge: An annual event in which college students compete for money and school glory. In 2008, TopCoder decided not to continue this tournament. cite web|url=http://forums.topcoder.com/?module=Thread&threadID=616032|title=The TCCC: A Difficult Decision]
*TopCoder High School: An annual event in which high school students compete for scholarship and school glory. This tournament was started in 2007

Prizes

TopCoder initially awarded money every week to coders who did well in the weekly competitions, or Single Round Matches (SRMs). For a while, prize money was only awarded twice a year to winners and finalists of the TopCoder Collegiate Challenge (TCCC, which is in the spring) and the TopCoder Open (formerly the Invitational, which is in the fall). As of June 2005, some weekly SRMs began to once again award prize money, being sponsored by outside companies such as Google and Yahoo!.

tatistics

As of July 23, 2008 163,351 people have registered at the TopCoder website. 17.3% of those registered have participated in at least one Algorithm competition, 0.3% in Design, 0.7% in Development and 1.5% in Marathon Matches.

Competitions, ratings, and divisions

In the early days, the "Iron Man" system was set up under which coders were grouped into rooms of ten according to skill level (determined by [http://www.topcoder.com/index?t=support&c=ratings rating] , similar to ELO chess rating), in order to encourage newcomers (who would have little hope of beating out the best coders for prize money) to stay and compete. After the contest, the 3 highest scoring coders in each room were paid according to the skill level of the room (winners in the room of contestants with the top 10 ratings were paid more than those in the room with coders 11-20, and so on). This created some paradoxical situations such as the possibility of coming fourth in the whole contest and getting no money, while the 111th placed contestant got paid, and gave rise to "ratings diving". Ratings diving, or taking a "ratings dive" was accomplished simply by doing very poorly on purpose in a particular contest (by opening and not submitting any problems or submitting incorrect challenges). As a result, a contestant would, in their next contest, be placed in a room with 9 coders among whom they had a good chance of winning some money. The idea was that the dramatically increased chance of winning money made up for the fact that the money to be won was a lesser amount given the lower average rating of the room.

Coders have since been divided into two divisions, Division I and Division II. Division I consists of all coders with a rating of at least 1200, and Division II consists of all coders with a rating of 1199 or less. Coders are grouped in rooms with other members of their division, in groups of up to 20 coders in such a way that within each division, the average coder ratings in each of the rooms are roughly equal.

Past Tournament Winners

Here are the past tournament winners in all 5 categories: Algorithm, Design, Development, Marathon and Studio:

TopCoder as a business

The business plan behind TopCoder comprises several objectives. One goal is to be a recruitment center where companies can come to find programmers who are proven to be highly skilled, and where talented programmers can display their skills to a worldwide audience. Large companies sponsor TopCoder events to gain credibility with and exposure to talented developers. TopCoder also sells software licenses to use the growing body of components that have been developed in competition. Finally, TopCoder acts as an outsourcing center, allowing companies to farm out custom design and development tasks to TopCoder competitors.

See also

* ACM International Collegiate Programming Contest (ICPC)
* ICFP Programming Contest

References

External links

*cite web|url=http://www.topcoder.com|title=Official TopCoder websiteFinance links
name = TopCoder Inc.
symbol =
sec_cik = 1156077
hoovers = 125740
google = 5757753
yahoo = 125/125740


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • TopCoder — TopCoder, Inc Тип Корпорация Год основания Апрель, 2001 Расположение …   Википедия

  • TopCoder Open — TopCoder Open  ежегодный индивидуальный профессиональный турнир по программированию, проводимый компанией TopCoder Inc. Считается[кем?] неофициальным чемпионатом мира по программированию среди профессионалов. Проводится по системе TopCoder c …   Википедия

  • Schulze method — Part of the Politics series Electoral methods Single winner …   Wikipedia

  • Метод Шульце — Метод Шульце  система голосования, разработанная в 1997 году Маркусом Шульце. Сам Шульце называет её «методом разъезженного пути» (англ. Beatpath method). Она позволяет определить победителя с использованием бюллетеней для голосования,… …   Википедия

  • List of UML tools — This article lists Unified Modeling Language tools, classified by their proprietary or non proprietary status. Non proprietary UML tools *Acceleo: Eclipse and EMF template based system for source code generation from UML models. *AmaterasUML:… …   Wikipedia

  • Elo rating system — Chess Go The Elo rating system is a method for calculating the …   Wikipedia

  • Nondeterministic algorithm — In computer science, a nondeterministic algorithm is an algorithm that can exhibit different behaviors on different runs, as opposed to a deterministic algorithm. There are several ways an algorithm may behave differently from run to run. A… …   Wikipedia

  • Reid W. Barton — is currently a graduate student at Harvard University in mathematics, and one of the all time greatest performers in the International Science Olympiads.Fact|date=November 2007 BiographyBarton is the son of two environmental engineers. His… …   Wikipedia

  • Fifth Gymnasium — ( hr. V. gimnazija, Peta gimnazija) is a high school in Zagreb, Croatia specialising in mathematics. It opened its doors on 7 November 1938. Today it has about 800 students in 26 classes.It is known as one of the best schools in Zagreb, even in… …   Wikipedia

  • TCO — может означать: Профсоюз Швеции (TOC)  конфедерация профессиональных работников Швеции. Стандарт TCO  группа стандартов профсоюза Швеции по безопасности и эргономике дисплеев. Total cost of ownership  совокупная (полная) стоимость… …   Википедия

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”