Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 861 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 861 Bytes

Editorials

This repo contains descriptions of various problems that were solved. It's intended to get people up to speed on various techniques used, and allow them to apply these techniques elsewhere.

It's recommended that you attempt these problems before reading their editorial.

Basic Problems

Problems that don't require very much knowledge about competitive programming, and are good starting problems.

  1. hello
  2. quadrant
  3. lastfactorialdigit
  4. dicecup
  5. autori
  6. beatspread
  7. modulo
  8. eulersnumber

Advanced Problems

Problems that either take a lot of creative work, or use techniques that you may not have seen outside of competitive programming.

  1. walrusweights