Skip to content

An archive of my solutions to competitive programming problems

Notifications You must be signed in to change notification settings

rayz1065/competitive-programming

Repository files navigation

My Competitive Programming Solutions

👋 Hello! This is a personal collection of solutions to competitive programming problems, it's mainly here for archival and educational purposes.

I have been coding these solutions since I originally started programming in 2016, as a result you can expect a lot of code in this repository to be rather bad and (hopefully) not a good representation of my current programming ability and style!

Most sub-directory contains a README cataloguing the list of problems and whether they were solved:

Generating the READMEs

Some of these lists were generated automatically, check out tools/ to see what's available!

cd ./tools
# Create a virtualenv and install the dependencies
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
# Run the tool, check out the source for details
python cses_parser.py < input.html

About

An archive of my solutions to competitive programming problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages