GabrielSpdf / Contest-Problems

My solved and accepted contest problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contest-Problems

This repository contains a collection of programming problems, each identified by a unique prefix that signifies the source page and the problem number. The problems are sourced from various platforms, including contest competitions and random selections.

Feel free to explore my solutions! All codes in this repository were accepted for their respective problems.

Naming Convention

  • CF: CodeForces
  • UVA: OnlineJudge
  • For problems associated with a specific contest, the file name includes a label indicating the contest, such as CF-Round913
  • Random problems not tied to a particular contest are labeled with the source page number, like UVA-318

Note

Generally, problems from UVA are selected from the book Competitive Programming by Steven Halim and Felix Halim, while problems from CodeForces are contest problems.

Example

Contest Problem

File: CF-Round913-A.cpp

Random Problem

File: UVA-318.cpp

About

My solved and accepted contest problems


Languages

Language:C++ 88.0%Language:C 12.0%