Skip to content

Please give me feedback (and stars) :D

License

Notifications You must be signed in to change notification settings

hrahmansha/USACO

 
 

Repository files navigation

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.

Contributing

Contributions or feedback are much appreciated. Please email me at bqi343@gmail.com or submit a pull request.

I am no longer maintaining most of the pages which correspond to levels below USACO Platinum. It would be especially helpful if someone could update the tables for USACO Silver / Gold.

Getting Started

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

Assuming you know how C++ input/output works, you should soon be able to advance from USACO Bronze. After that, you can start doing past USACO Silver problems as well as the USACO training pages. Also, participate in other contests such as AtCoder Beginner.

How do you train for USACO Platinum?

  • Do as many (high-quality) contests as possible.
    • Make sure to upsolve after the contest ends! (wiktionary)
  • Work through past problems.
    • USACO
      • Old Gold / Platinum
      • Training
        • warning: somewhat outdated
    • CSES
      • goes along with CPH
      • good for practicing fundamentals
    • Contest Archives
  • Use the tags to learn new topics as necessary.

About

Please give me feedback (and stars) :D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.9%
  • Java 19.1%
  • Other 1.0%