Topcoder Open
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Topcoder Open (TCO) | |
---|---|
File:Tco18-logo.png | |
Frequency | annually |
Country | USA |
Years active | 2001 - nowadays |
Inaugurated | Nov 2 - 3, 2001 |
Most recent | October 21–24, 2017 |
Activity | Competitive Programming, Data Science, Design, and Software Development Championship |
Organized by | Topcoder |
Website | http://tco18.topcoder.com |
Topcoder Open (TCO) is an annual design, software development, data science and competitive programming championship, organized by Topcoder, and hosted in different venues around US.[1][2][3][4][5][6][7][8][9] In the first two years, 2001 and 2002, the tournament was titled TopCoder Invitational.
In addition to the main championship, from 2001 to 2007 Topcoder was organizing an annual TopCoder Collegiate Challenge tournament, for college students only.[10][11] Also from 2007 to 2010 TopCoder High School competition was held.
From 2015, Topcoder Regional events are held through the year in different countries.[12]
Competition Tracks
Competition tracks included in Topcoder Open tournament changed through its history. Many of them resemble the types of challenges offered to Topcoder Community through the year, but there is no 1:1 match. Here is the alphabetical list of all competition tracks ever present at TCO:
Algorithm Competition (SRM)
Timeline: 2001 - nowadays
Champions: Yuhao Du xudyh (2017); Makoto Soejima rng_58 (2016, 2011, 2010); Petr Mitrichev Petr (2015, 2013, 2006); Gennady Korotkevich tourist (2014); Egor Egor (2012); Bin Jin crazyb0y (2009); Tomasz Czajka (2008, 2004, 2003); Jan Kuipers Jan_Kuipers (2007); Eryk Kopczyñski Eryx (2005); John Dethridge John Dethridge (2002); jonmac (2001).
Details:
The only track that was present at all main TCOs events, and at the most of other Topcoder events. Follows the format of regular 1.5 hours Single Round Matches:[13]
- The Coding Phase – 75 mins: All competitors are presented with the same three algorithmic problems of different complexity, each problem has its own maximal number of points. Problem descriptions are initially invisible. Competitors have 75 minutes to solve these problems. Competitor can open any problem description in any order; once he opened a problem, the number of points he can get for the correct solution of that problem starts decreasing over time. When competitor submits problem solution (a code that successfully compiles), he is awarded with the current amount of points he can get for that problem. He can re-submit a solution, getting the further decrease amount of points, minus extra penalty for the resubmission. During the phase competitors can see the current points awarded to each participant, but they don't know whether solutions of those participants are correct or wrong, thus whether these scores will hold after The System Testing Phase, or will be reset.
- The Challenge Phase – 15 mins: Each competitor can see all submission done by other competitors. He can (optionally) challenge any of them, submitting test cases that will cause other competitor's submission produce a wrong result. Submission of correct challenge test case gives submitter 50 points award, submission of an incorrect test case (i.e. the challenged solution can solve it successfully) will lead to 25 points penalty for the test case submitter.
- The System Testing Phase – In the last phase system tests are automatically executed for all submissions from all competitors. If a submission fails testing, the scores awarded for that submission during The Coding Phase are reset to zero. The final scores after the system testing determine the winner.
First to Finish (F2F)
Timeline: 2009 - 2014, 2016 - nowadays
Champions: Akinwale Ariwodola akinwale (2017, 2014); vvvpig (2016); Pratap Koritala supercharger (2013); Lan Luo hohosky (2012); Yang Li Yeung (2011); Margaryta Skrypachova Margarita (2010); Ninghai Huang PE (2009).
Details:
Officially called as Mod Dash from 2009 to 2013, and First2Finish afterwards. Competitors are provided with set of small programming tasks (like bug fixes / enhancements in an existing codebase), and they get scores based on who correctly resolves each task first. The exact rules for on-site competition may vary from year to year.
Information Architecture
Timeline: 2015 only.
Champions: Silvana Vacchina f0rc0d3r (2015).
Details:
Provided with client requirements for a software product, competitors are asked to create a wireframe mockup of the future app / website.
Marathon Match (MM)
Timeline: 2007 - nowadays
Champions: Przemyslaw Debiak Psyho (2017, 2016, 2014, 2013, 2011, 2008); TianCheng Lou ACRush (2015); Won-Seok Yoo ainu7 (2012); Yoichi Iwata wata (2010); Andrey Lopatin KOTEHOK (2009); Mateusz Zotkiewicz Mojito1 (2007).
Details:
Officially called as just Marathon from 2007 to nowadays. Follows the format of regular MM competitions (a 1–2 weeks long online, and 1 day long during on-site competitions). Competitors are provided with the same algorithmic / data science problem, which is judged objectively with a live leaderboard, visible to everybody. Everybody can submit multiple times with no penalties, with the goal to come up with a code that scores the maximal possible amount of scores on that problem. During the competition the leaderboard is generated based on submissions testing against a limit number of test cases, and after the contest the final results are determined in a testing against a larger test dataset.
Quality Assurance Competition (QA)
Timeline: 2019
Details:
The QA competition includes: structured and unstructured testing, structured test case writing, and automated testing.
Software Design
Timeline: 2004 - 2014
Champions: Meng Wang albertwang (2014, 2013); Michael Paweska argolite (2012, 2010); WuJian Ye BLE (2011); Olexiy Sadovnikov saarixx (2009); Tim Roberts Pops (2008, 2006); Sergey Kalinchenko kyky (2007); Nikolay Archak nicka81 (2005); Adrian Carcu adic (2004).
Details:
Officially called as Component Design from 2004 to 2009, and just Design from 2010 to 2014. Competitors were asked to take client requirements for a software component / product as input, and produce development documentation / technical specifications. Solutions were evaluated by a panel of judges according to objective scorecards.
Software Development
Timeline: 2004 - nowadays
Champions: Sergey Pogodin birdofpreyru (2017); Łukasz Sentkiewicz Sky_ (2016, 2015, 2014); Zhijie Liu morehappiness (2013); Yang Li Yeung (2012, 2010); Franklin Guevarra j3_guile (2011); GuanZhuo Jin Standlove (2009 - Architecture, 2004); Pablo Wolfus pulky (2009 - Assembly); Yanbo Wu assistant (2009 - Component Development); Piotr Paweska AleaActaEst (2009 - Specification); Romano Silva romanoTC (2008); Feng He hefeng (2007); Sindunata Sudarmagi sindu (2006); Qi Liu visualage (2005).
Details:
Officially called as Component Development from 2004 to 2009, and just as Development from 2010 to nowadays. The actual rules differ from year to year, but, typically, competitors are present with technical specifications for development of a software component / application / tool, or with a more open, hackathon-style requirements, and they have about 4 hours to implement the component / product in the best possible way. Submitted solutions are evaluated by a panel of judges according to objective scorecards.
UI Design
Timeline: 2007 - nowadays
Champions: Panji Kharisma kharm (2017); Junius Albertho abedavera (2016, 2015, 2013, 2011); Faridah Amalia Mandaga fairy_ley (2014); Teeraporn Sriponpak iamtong (2012); Tri Joko Rubiyanto djackmania (2010); Dale Napier djnapier (2009); Nino Rey Ronda oninkxronda (2008); Yiming Liao yiming (2007).
Details:
Officially called as Studio from 2007 to 2014, and UI Design from 2015 to nowadays. Competitors, provided with client requirements, are asked to create the best UI (visual) design for an software product / web portal, etc.
UI Prototype
Timeline: 2015 - 2018
Champions: Mouly Gunarathne moulyg (2017, 2016); Dileepa Balasuriya dileepa (2015).
Details:
Competitors are provided with design specifications for a website / web-application, and they should create a working prototype of the frontend within a ~4 hours timeframe. The resulting submissions are judged against objective scorecards.
The List of Topcoder Open Events
These are the main Topcoder Open events, where champions are determined.
The list of Topcoder Open and Regional events, and their winners[14] | |||
---|---|---|---|
Date | Event | Venue | Competition Tracks,[note 1] and Their Champions[note 2] |
Nov 2 - 3, 2001 | TCI01 (Mashantucket, CT, USA)[15][note 3] | Foxwoods Resort Casino | SRM ( jonmac) |
Nov 22 - 23, 2002 | TCI02 (Uncasville, CT, USA)[16][3][note 4] | Mohegan Sun Casino | SRM ( John Dethridge John Dethridge) |
Dec 4 - 5, 2003 | TCO03 (Uncasville, CT, USA)[17][note 5] | Mohegan Sun Casino | SRM ( Tomasz Czajka tomek) |
Nov 11 - 12, 2004 | TCO04 (Santa Clara, CA, USA)[18][note 6] | Santa Clara Marriot | Dev ( GuanZhuo Jin Standlove), SDg ( Adrian Carcu adic), SRM ( Tomasz Czajka tomek) |
Oct 12 - 14, 2005 | TCO05 (Santa Clara, CA, USA)[19][note 7] | Santa Clara Marriot | Dev ( Qi Liu visualage), SDg ( Nikolay Archak nicka81), SRM ( Eryk Kopczyñski Eryx) |
May 3–5, 2006 | TCO06 (Las Vegas, NV, USA)[7][9][20][note 8] | Aladdin Resort and Casino | Dev ( Sindunata Sudarmagi sindu), SDg ( Tim Roberts Pops), SRM ( Petr Mitrichev Petr) |
Jun 26 - 29, 2007 | TCO07 (Las Vegas, NV, USA)[21][note 9] | The Mirage | Dev ( Feng He hefeng), Dg ( Yiming Liao yiming), MM ( Mateusz Zotkiewicz Mojito1), SDg ( Sergey Kalinchenko kyky), SRM ( Jan Kuipers Jan_Kuipers) |
May 11–15, 2008 | TCO08 (Las Vegas, NV, USA)[4][22] | The Mirage | Dev ( Romano Silva romanoTC), Dg ( Nino Rey Ronda oninkxronda), MM ( Przemyslaw Debiak Psyho), SDg ( Tim Roberts Pops), SRM ( Tomasz Czajka tomek) |
Jun 1 - 4, 2009 | TCO09 (Las Vegas, NV, USA)[23] | The Mirage | Dev[note 10] (Architecutre: GuanZhuo Jin Standlove; Assembly: Pablo Wolfus pulky; Component Development: Yanbo Wu assistant; Specification: Piotr Paweska AleaActaEst), Dg ( Dale Napier djnapier), F2F ( Ninghai Huang PE), MM ( Andrey Lopatin KOTEHOK), SDg ( Olexiy Sadovnikov saarixx), SRM ( Bin Jin crazyb0y) |
Oct 11 - 14, 2010 | TCO10 (Las Vegas, NV, USA)[24] | The Mirage | Dev ( Yang Li Yeung), Dg ( Tri Joko Rubiyanto djackmania), F2F ( Margaryta Skrypachova Margarita), MM ( Yoichi Iwata wata), SDg ( Michael Paweska argolite), SRM ( Makoto Soejima rng_58) |
Sep 25 - 28, 2011 | TCO11 (Hollywood, FL, USA)[25] | Westin Diplomat Resort & Spa | Dev ( Franklin Guevarra j3_guile), Dg ( Junius Albertho abedavera), F2F ( Yang Lee Yeung), MM ( Przemyslaw Debiak Psyho), SDg ( WuJian Ye BLE), SRM ( Makoto Soejima rng_58) |
Sep 30 - Oct 4, 2012 | TCO12 (Orlando, FL, USA)[26][27] | Caribe Royale Hotel | Dev ( Yang Li Yeung), Dg ( Teeraporn Sriponpak iamtong), F2F ( Kan Luo hohosky), MM ( Won-Seok Yoo ainu7), SDg ( Michael Paweska argolite), SRM ( Egor Egor) |
Nov 10 - 14, 2013 | TCO13 (Washington DC, USA)[28][29] | Capital Hilton Hotel | Dev ( Zhijie Liu morehappiness), Dg ( Junius Albertho abedavera), F2F ( Pratap Koritala supercharger), MM ( Przemyslaw Debiak Psyho), SDg ( Meng Wang albertwang), SRM ( Petr Mitrichev Petr) |
Nov 16 - 19, 2014 | TCO14 - San Francisco (CA, USA)[6][8][30][31] | Pier 48 | Dev ( Łukasz Sentkiewicz Sky_), Dg ( Faridah Amalia Mandaga fairy_ley), F2F ( Akinwale Ariwodola akinwale), MM ( Przemyslaw Debiak Psyho), SDg ( Meng Wang albertwang), SRM ( Gennady Korotkevich tourist) |
Sep 21 - 22, 2015 | TCO15 - Yogyakarta (Indonesia)[32][note 11] | Eastparc Hotel | Dg ( Junius Albertho abedavera), Pr ( Dileepa Balasuriya dileepa) |
Nov 8 - 10, 2015 | TCO15 (Indianapolis, IN, USA)[32][note 11] | Omni Severin Hotel | Dev ( Łukasz Sentkiewicz Sky_), IA ( Silvana Vacchina f0rc0d3r), MM ( TianCheng Lou ACRush), SRM ( Petr Mitrichev Petr) |
Nov 18 - 21, 2016 | TCO16 (Washington DC, USA)[33] | Booz Allen Hamilton Innovation Center | Dev ( Łukasz Sentkiewicz Sky_), Dg ( Junius Albertho abedavera), F2F ( vvvpig), MM ( Przemyslaw Debiak Psyho), Pr ( Mouly Gunarathne moulyg), SRM ( Makoto Soejima rng_58) |
Oct 21 - 24, 2017 | TCO17 (Buffalo, NY, USA)[34][35][36][37] | Buffalo Niagara Medical Campus | Dev ( Sergey Pogodin birdofpreyru), Dg ( Panji Kharisma kharm), F2F ( Akinwale Ariwodola akinwale), MM ( Przemyslaw Debiak Psyho), Pr ( Mouly Gunarathne moulyg), SRM ( Yuhao Du xudyh) |
Upcoming | |||
Nov 13 - 16, 2018 | TCO18 (Dallas, TX, USA)[38][39] | Southfork Ranch | Dev, Dg, F2F, MM, Pr, SRM |
2019 | TCO19[40] | TBA | Dev, Dg, F2F, MM, QA, SRM |
Topcoder Open Victories by Countries Represented by Champions
Topcoder Open Victories by Countries Represented by Champions[note 12] | |||||||||
---|---|---|---|---|---|---|---|---|---|
Country | Total | Competition Tracks[note 1] | |||||||
Dev | Dg | F2F | IA | MM | Pr | SDg | SRM | ||
Argentina | 1 | 1 | |||||||
Australia | 2 | 1 | 1 | ||||||
Belarus | 1 | 1 | |||||||
Brasil | 1 | 1 | |||||||
Canada | 3 | 1 | 2 | ||||||
China | 19 | 8 | 1 | 4 | 1 | 3 | 2 | ||
India | 1 | 1 | |||||||
Indonesia | 8 | 1 | 7 | ||||||
Japan | 4 | 1 | 3 | ||||||
Netherlands | 1 | 1 | |||||||
Nigeria | 2 | 2 | |||||||
Philippines | 2 | 1 | 1 | ||||||
Poland | 14 | 3 | 7 | 4 | |||||
Romania | 1 | 1 | |||||||
Russia | 6 | 1 | 1 | 4 | |||||
South Korea | 1 | 1 | |||||||
Spain | 2 | 1 | 1 | ||||||
Sri Lanka | 3 | 3 | |||||||
Thailand | 1 | 1 | |||||||
Ukraine | 2 | 1 | 1 | ||||||
USA | 4 | 3 | 1 |
The List of Topcoder Regional and Other Events
These are minor competition events organized by Topcoder through the year.
The list of Topcoder Open and Regional events, and their winners[41] | |||
---|---|---|---|
Date | Event | Venue | Competition Tracks,[note 1] and their winners[note 13] |
Jun 5 - 7, 2001 | TCCC01 (San Francisco, CA, USA)[42][note 14] | Hilton San Francisco and Towers | SRM ( qubits) |
Apr 19 - 20, 2002 | TCCC02 (Cambridge, MA, USA)[43][note 15] | University Park Hotel @ MIT | SRM ( Daniel Wright dmwright) |
Apr 4 - 5, 2003 | TCCC03 (Cambridge, MA, USA)[10][44][note 15] | University Park Hotel @ MIT | SRM ( David Arthur dgarthur) |
Apr 15 - 16, 2004 | TCCC04 (Boston, MA, USA)[45][note 16] | Boston Park Plaza Hotel | Dev ( Roman Koshlyak roma), SDg ( Pavlo Aksonov aksonov), SRM ( Tomasz Czajka tomek) |
Mar 10 - 11, 2005 | TCCC05 (Santa Clara, CA, USA)[46][note 17] | Santa Clara Marriot | Dev ( Gary Linscott gladius), SDg ( Adrian Carcu adic), SRM ( Mathys Vogelzang mathijs) |
Nov 14 - 18, 2006 | TCCC06 (San Diego, CA, USA)[47][note 18] | San Diego Marriot Mission Valley | Dev ( Ninghai Huang PE), SDg ( Nikolay Archak nicka81), SRM ( Petr Mitrichev Petr) |
May 18–20, 2007 | TCHS07 (West Lafayette, IN, USA)[48][note 19] | Purdue University | SRM (individual: Yuri Petrov Burunduk2; team: V. Gimnazija) [note 20] |
Oct 30 - Nov 2, 2007 | TCCC07 (Orlando, FL, USA)[11][49] | Disney World Contemporary Resort | Dev ( Ninghai Huang PE), Dg ( Junius Albertho abedavera), MM ( Michael Skinner paranoia), SDg ( Nikolay Archak nicka81), SRM ( Petr Mitrichev Petr) |
Mar 14 - 16, 2008 | TCHS08 (West Lafayette, IN, USA)[50] | Purdue University | SRM ( Yang Yi ahyangyi) |
Jan 3 - 24, 2009 | TCHS09 (online-only)[51] | online-only | SRM |
Feb 27 - Mar 20, 2010 | TCHS10 (online-only)[52] | online-only | SRM ( Gennady Korotkevich tourist) |
May 31, 2015 | TCO15 - St. Petersburg (Russia)[53][54] | ITMO University | Dev, SRM |
Jun 20, 2015 | TCO15 - San Francisco (CA, USA)[32] | MemSQL HQ | Dev, SRM |
Jul 18, 2015 | TCO15 - Tokyo (Japan)[55] | Dwango offices | Dev, SRM |
Aug 22, 2015 | TCO15 - Jaipur (India)[56][57] | Manipal University | Dev, SRM |
Jun 5, 2016 | TCO16 - Beijing (China)[58] | ThoughtWorks HQ | SRM |
Jun 17, 2016 | TCO16 - New York City (USA)[59] | Google offices | SRM |
Jul 30, 2016 | TCO16 - Jaipur (India)[60] | Hotel Clarks Amer | Dg, SRM |
Aug 6 - 7, 2016 | TCO16 - Yogyakarta (Indonesia)[61] | Hotel Royal Ambarrukmo | Dg |
Sep 3, 2016 | TCO16 - St. Petersburg (Russia)[12][62] | ITMO University | SRM |
Apr 29, 2017 | TCO17 - Austin (TX, USA)[63] | Capital Factory | SRM |
May 7, 2017 | TCO17 - St. Petersburg (Russia)[64] | ITMO University | SRM |
Jun 24, 2017 | TCO17 - Beijing (China)[65] | Meituan-Dianping HQ | SRM |
Aug 12 - 13, 2017 | TCO17 - Yogyakarta (Indonesia)[66] | Hotel Royal Ambarrukmo | Dg |
Aug 20, 2017 | TCO17 - Bangalore (India)[67] | Cowrks | SRM |
Sep 2, 2017 | TCO17 - Warsaw (Poland)[68] | University of Warsaw, Faculty of Mathematics, Informatics and Mechanics | SRM |
Sep 8, 2017 | TCO17 - Pittsburgh (PA, USA)[69] | Google offices | SRM |
May 12, 2018 | TCO18 - Warsaw (Poland)[70] | University of Warsaw, Faculty of Mathematics, Informatics and Mechanics | MM, SRM |
May 26, 2018 | TCO18 - Beijing (China)[71] | Jingdong HQ | SRM |
July 21, 2018 | TCO18 - Bangalore (India)[72] | Amrita School of Engineering | SRM |
August 4, 2018 | TCO18 - Buenos Aires (Argentina)[73] | Medallia, Buenos Aires office | SRM |
August 11-12, 2018 | TCO18 - Yogyakarta (Indonesia)[74][75] | Hotel Royal Ambarrukmo | Dg |
Upcoming |
Notes
- ^ a b c The following abbreviations are used in the table "The list of Topcoder Open and Regional events": Dev = Software Development (Code); Dg = UI Design (also called as Studio Design); F2F = First to Finish (also called Mod Dash); IA = Information Architecture (Wireframes); MM = Marathon Match; Pr = UI Prototype; QA = Quality Assurance Competition; SDg = Software Design (also called Component Design, and just Design); SRM = Algorithm.
- ^ Topcoder member nicknames are given in italic
- ^ Officially titled 2001 TopCoder Invitational
- ^ Officially titled 2002 TopCoder Invitational
- ^ Officially titled 2003 TopCoder Open Sponsored by Intel
- ^ Officially titled 2004 TopCoder Open Sponsored by Microsoft
- ^ Officially titled 2005 TopCoder Open Sponsored by Sun Microsystems
- ^ Officially titled 2005 TopCoder Open Sponsored by AMD
- ^ Officially titled 2007 TopCoder Open Sponsored by AOL
- ^ Software development competition that year was online-only, and it was divided into Architecture, Assembly, Component Design, Component Development, and Specification sub-tracks.
- ^ a b In 2015, on-site finals for UI Design and UI Prototype competitions where held at TCO15 Yogyakarta event; and other on-site finals: Competitive Progamming (SMR), Information Architecture, Marathon Match, Software Development were held at TCO15 Indianapolis event.
- ^ Update till TCO17, inclusive
- ^ Topcoder member nicknames are given in italic
- ^ Officially titled 2001 TopCoder Collegiate Challenge
- ^ a b Officially titled Sun Microsystems TopCoder Collegiate Challenge
- ^ Officially titled 2004 Topcoder Collegiate Challenge Sponsored by Yahoo!
- ^ Officially titled 2005 TopCoder Collegiate Challenge Sponsored by Yahoo!
- ^ Officially titled 2006 TopCoder Collegiate Challenge Sponsored by AOL
- ^ Officially titled 2007 TopCoder High School
- ^ Individual and team competition
References
- ^ Brandel, Mary (January 22, 2008). "Rock star coders". Computerworld. Retrieved April 29, 2018.
- ^ Lai, Eric (July 9, 2007). "Jiazhi Wu: Programming's Crack Competitor". Computerworld. Retrieved April 29, 2018.
- ^ a b Consilvio, Jean (December 9, 2002). "And the Winner Is..." Computerworld. Retrieved April 29, 2018.
- ^ a b "Two Filipinos win in 2008 International Software Component Design Competition". Philippine Information Agency. June 3, 2008. Retrieved April 30, 2018.
- ^ Grover, Sahil (December 2, 2017). "Programming as a sport". Medium. Retrieved April 30, 2017.
- ^ a b "Poland has the world's best programmers - and here's proof". Medium. August 27, 2015. Retrieved April 30, 2018.
- ^ a b Havenstein, Heather (May 9, 2006). "Programming contest garners enterprise interest". Computerworld. Retrieved April 29, 2018.
- ^ a b Weinberger, Matt (November 18, 2014). "Microsoft: "Nobody loves developers more than us"". Computerworld. Retrieved April 30, 2018.
- ^ a b Krazit, Tom (May 3, 2006). "Coding for fame, and dollars". C|Net. Retrieved April 30, 2018.
- ^ a b Meloan, Steve (April 2003). "TopCoders Vie For Colelge Crown". Oracle Technology Network. Retrieved April 30, 2018.
- ^ a b Kanaracus, Chris (October 1, 2007). "College coders vie for cash in enterprise-sponsored contest". Computerworld. Retrieved April 30, 2018.
- ^ a b "TopCoder Open 2016". ITMO Tech. September 5, 2016. Retrieved April 30, 2018.
- ^ Sial, Rashid (April 25, 2017). "SRM Overview". Topcoder Help Center. Retrieved April 23, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "The list of main Topcoder Open events". Topcoder. Retrieved April 19, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2001 TopCoder Invitational Recap". Topcoder. Retrieved April 19, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ Biondi, Mary Beth (Nov 23, 2002). "The Land Down Under comes out On Top!". Topcoder. Retrieved April 19, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2003". Topcoder. Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "TopCoder Open 2004". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2005 TopCoder Open Sponsored by Sun Microsystems". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2006 TopCoder Open Sponsored by AMD". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2007 TopCoder Open Sponsored by AOL". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2008 TopCoder Open". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2009 TopCoder Open". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2010 TopCoder Open". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2011 TopCoder Open". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2012 TopCoder Open". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Polish vice champions of TopCoder Open". Science in Poland. October 19, 2012. Retrieved April 29, 2018.
- ^ "Topcoder Open 2013". Retrieved April 18, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Leaders in Change and Innovation to Keynote TopCoder Open Innovation Summit". Market Wire. October 15, 2013. Retrieved April 23, 2018.
- ^ "Topcoder Open 2014". Retrieved April 16, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Appirio and Industry Leaders Host 2014 Topcoder Open to Celebrate How Developers Are Changing the World". CISION PR Newswire. October 29, 2014. Retrieved April 23, 2018.
- ^ a b c "Topcoder Open 2015". Retrieved April 16, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2016".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2017".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Impact of 2017 Topcoder Open on Our Community". Buffalo Niagara Medical Campus Blog. December 7, 2017. Retrieved April 14, 2018.
{{cite news}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ Lehman, Jeol (October 6, 2017). "Medical Campus brings best in the world to Buffalo for coding event". Upstart NY. Retrieved April 14, 2018.
{{cite news}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ Shippens, Eve (October 26, 2017). "BPS Student James Shippens Takes 1st Place In Topcoder Open". BPTO - Buffalo Parent-Teacher Organization. Retrieved April 14, 2018.
{{cite news}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2018".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "TCO at the Ranch". Topcoder Open 2018. Retrieved July 9, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2019 Topcoder Open". 2019 Topcoder Open. Retrieved September 8, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "The list of main Topcoder Open events". Topcoder. Retrieved April 19, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2001 TopCoder Collegiate Challenge Recap". Topcoder. Retrieved April 19, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ Loss, Adam (April 20, 2002). "The Sun / TopCoder Collegiate Challenge". Topcoder. Retrieved April 19, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Collegiate Challenge 03 - Recap". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2004 Topcoder Collegiate Challenge Sponsored by Yahoo!". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2005 TopCoder Collegiate Challenge Sponsored by Yahoo!". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2006 TopCoder Collegiate Challenge Sponsored by AOL". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2007 TopCoder High School". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2007 TopCoder Collegiate Challenge". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2008 TopCoder High School Tournament". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "TopCoder High School 2009". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2010 TopCoder High School". Retrieved April 22, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2015 - St. Petersburg (Russia) regional event". Retrieved April 16, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "TCO15 Regional Event - St. Petersburg, Russia". Retrieved April 16, 2018.
{{cite news}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2015 - Tokyo (Japan) regional event". Retrieved April 16, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2015 - Jaipur (India) regional event". Retrieved April 16, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Top Programmers and Designers Travel to Compete in the 2015 Topcoder Open India Regional Event". Appirio Newsroom. August 20, 2015. Retrieved April 23, 2018.
- ^ "Topcoder Open 2016 - Beijing".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2016 - NYC".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2016 - Jaipur".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2016 - Yogyakarta".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2016 - St. Petersburg".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2017 - Austin (TX, USA) regional event".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2017 - St. Petersburg (Russia) regional event".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2017 - Beijing (China) regional event".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2017 - Yogyakarta (Indonesia) regional event".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2017 - Bangalore (India) regional event".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2017 - Warsaw (Poland) regional event".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2017 - Pittsburgh (PA, USA) regional event".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2018 - Warsaw (Poland) regional event".
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2018 - Beijing (China) regional event". Retrieved April 16, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2018 - Bangalore Event". Topcoder Open. Retrieved July 9, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "Topcoder Open 2018 - Buenos Aires event". Topcoder Open 2018. Retrieved July 9, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ "2018 Topcoder Open, Yogyakarta regional event". 2018 Topcoder Open. Retrieved September 8, 2018.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ Suryana, Wahyu (August 16, 2018). "Amikom Jaga Tradisi Juara di Top Coder Open". Republica. Retrieved September 24, 2018.