USACO Silver Overview

Topics

USACO Silver covers these algorithms, techniques, and data structures:

  • Graphs and trees
  • Stacks, queues, and priority queues
  • Binary search
  • Depth-first search and breadth-first search
  • Floodfill
  • Sliding window
  • Prefix sums

https://yunkgao.wordpress.com/2019/01/28/what-is-usaco-from-bronze-division-to-glod-division/

Languages and IDE (Decide the one you feel more comfortable)

  • Java
  • C++

Input and Output

Use a standard way and stick to it.