Ahmed-Abou-Emran / USACO

General Resources for Competitive Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Introduction

In competitive programming contests, one must solve well-defined problems by writing computer programs under specified constraints (Wikipedia). Typically, the most popular language is C++, followed by Java and Python.

Notes

I am currently not updating the following pages:

  • README's for most implementations
  • tables and solutions for non-platinum USACO contests

Since I frequently move stuff around, some text may refer to files which no longer exist. If you would like to contribute, provide feedback, or encourage me to update something, please email me at bqi343@gmail.com or submit a pull request. If you have a question, please read the entirety of "Resources" -> "Questions.md" first.

Getting Started

I recommend that you use C++, even if you already know some other language such as Java or Python. A solid foundation in math (ex. AIME qualification) can help greatly.

  • C++ Tutorial
    • you don't need to understand everything about pointers / classes the first time through
  • CodeSignal
    • good place to practice basics
  • AtCoder
    • beginner contests!

Check out the following links. Also see the material in the "Resources" folder (especially "Questions").

About

General Resources for Competitive Programming

License:Creative Commons Zero v1.0 Universal


Languages

Language:C++ 78.0%Language:Java 11.2%Language:C 4.2%Language:Python 3.1%Language:TeX 2.3%Language:JavaScript 0.5%Language:Kotlin 0.3%Language:Shell 0.2%Language:Makefile 0.1%Language:Objective-C 0.0%Language:Batchfile 0.0%Language:Vim Script 0.0%