This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/2_General/Contests.md

104 lines
3.8 KiB
Markdown
Raw Normal View History

2020-06-08 19:51:58 +00:00
---
2020-06-15 23:19:07 +00:00
id: contests
2020-06-08 19:51:58 +00:00
title: Contests
author: Benjamin Qi
2020-06-22 14:26:06 +00:00
description: Contests that I participate in as well as a few tools.
2020-06-08 19:51:58 +00:00
---
2020-06-17 18:05:19 +00:00
See [clist.by](https://clist.by/coder/bqi343/) for an extensive list of contests.
2020-06-08 19:51:58 +00:00
2020-06-17 18:05:19 +00:00
Make sure to [upsolve](https://en.wiktionary.org/wiki/upsolve) after the contest ends!
2020-06-08 19:51:58 +00:00
2020-06-17 18:05:19 +00:00
- [AtCoder](https://beta.atcoder.jp/contests/archive)
- probably the highest quality, although difficulty isn't always reasonable
- Contests
- Beginner / Regular: 4 problems, 100 min
- Grand: 6 problems, ~110 min
- [Visualizer](https://kenkoooo.com/atcoder/#/table/Benq)
- I've done nearly all of the AGC problems.
- [Codeforces](http://codeforces.com/problemset)
- Contests
- Div 2, Div 1: 5 problems, 2 hrs
- Archive
- problem quality, difficulty ratings are ok but not always great
- [Topcoder](https://www.topcoder.com/my-dashboard/)
- Div 2, Div 1
- 75 min coding, 15 min challenge
- Solutions only tested after contest!
- [Don Mills OJ](http://dmoj.ca/)
- at least one contest every month during school year
- [Google Kickstart](https://codingcompetitions.withgoogle.com/kickstart)
- Feb - Nov
- [Kattis](https://open.kattis.com/)
- misc ICPC contests
- [HackerEarth](http://hackerearth.com/)
- Monthly "Easy"
- quality is not always good
- [Codechef](http://codechef.com/)
- Lunchtime, Cookoff
- quality is not always good
2020-06-08 19:51:58 +00:00
The following websites do not hold regular contests anymore, but they're still worth looking at.
2020-06-17 18:05:19 +00:00
- [CS Academy](https://csacademy.com/contest/archive/)
- Contests
- Div 2: 5 problems, 2 hrs
- Open: 7 problems, 2 hrs
- no more? D:
- Archive
- short statements, editorials
- solve statistics
- ability to view best solutions
- I've done nearly all of the problems. :D
- [HackerRank](https://www.hackerrank.com/dashboard)
2020-06-08 19:51:58 +00:00
## Annual Contests
2020-06-17 18:05:19 +00:00
- [Google Code Jam](https://code.google.com/codejam/): Apr
- 25 from R3
- [Facebook Hacker Cup](https://www.facebook.com/hackercup/): Jun-Jul -> Oct??
- 25 from R3
- [Topcoder Open](https://tco19.topcoder.com/): Apr-Aug -> Nov
- 4 from SRMs
- 10 from R4
- 2 from Wildcard
- [AtCoder World Tour Finals](https://codeforces.com/blog/entry/56623)
- 8 from AGC
- [Bubble Cup](http://bubblecup.org/): Apr
2020-06-08 19:51:58 +00:00
## US High School
2020-06-17 18:05:19 +00:00
- [VT HSPC](https://icpc.cs.vt.edu/#/hscontest2017)
- Online
- 5 hours
- [Kattis](https://open.kattis.com/problem-sources/2016%20Virginia%20Tech%20High%20School%20Programming%20Contest)
- December
- [UCF HSPT](https://hspt.ucfprogrammingteam.org/index.php/hspt-online-edition)
- Online
- 4 hours
- December
- [Cornell HSPC](https://www.cs.cornell.edu/events/cornell-high-school-programming-contest)
- [2019](https://cornell-hspc19.kattis.com/problems)
- [PClassic (Philadelphia)](https://pclassic.org/)
- Java only :((
- [mBIT (Montgomery Blair HS)](https://mbit.mbhs.edu/)
2020-06-08 19:51:58 +00:00
## Codeforces Tools
2020-06-17 18:05:19 +00:00
- [Stopstalk](https://www.stopstalk.com)
- [Code Drills](http://code-drills.com/)
- [CF Visualizer](http://cfviz.netlify.com/compare.html)
- [CF Rating Predictor](https://chrome.google.com/webstore/detail/cf-predictor/ocfloejijfhhkkdmheodbaanephbnfhn)
- [CF Command Line](https://codeforces.com/blog/entry/66552)
- [CF Editor](https://codeforces.com/blog/entry/72952)
- [CF Enhancer](https://chrome.google.com/webstore/detail/codeforces-enhancer/ocmandagmgmkcplckgnfgaokpgkfenmp)
- no longer works
2020-06-08 19:51:58 +00:00
## Contest Tools
2020-06-17 18:05:19 +00:00
- [2D Geo Visualizer](https://codeforces.com/blog/entry/70330)
- [CSAcademy Graph Editor (+ Geo Visualizer + Diff Tool)](https://csacademy.com/app/graph_editor/)
- [Desmos Grapher](https://www.desmos.com/calculator)
- [Wolfram Alpha](https://www.wolframalpha.com/)
- [OEIS](https://oeis.org/)