Skip to content

Latest commit

 

History

History
executable file
·
35 lines (27 loc) · 2.94 KB

File metadata and controls

executable file
·
35 lines (27 loc) · 2.94 KB

Competitive Programming

Table of Contents

Major Online Judges
├─── Codeforces
├─── DMOJ
└─── Leetcode
National Contests
├─── CCC (Canadian Computing Contests)
├─── CCO (Canadian Computing Olympiad)
├─── CIW (Canadian Informatics Workshop)
├─── USACO (USA Computing Olympiad)
├─── IOI (International Olympiad in Informatics)
└─── ICPC (International Collegiate Programming Contest)
Minor Contests
├─── ACSL (American Computer Science League)
├─── Advent of Code
├─── CALICO (CALICO Informatics Competition)
├─── OPT-RPI (Rensselaer Polytechnic Institute Programming Competition)
└─── TeamsCode

Description

This repository mainly contains my solutions to problems and contests on Leetcode, Codeforces, DMOJ, but also solutions to specific periodic competitions such as:

  • USACO (USA Computing Olympiad)
  • University of Waterloo's CCC (Canadian Computing Competition) and CCO (Canadian Computing Olympiad)
  • ACSL (American Computer Science League)

Most solutions will be written either in Python 2.7/3.11 or C++20.

The following codes and solutions have been tested on their respective graders/judging sites

Disclaimer: Solutions in this repository are not all from in-contest, some may be from upsolving or practice problems (especially for the major online judges)