competitive programming notebook
  • C++ 99.2%
  • Python 0.8%
Find a file
Barrett Ruth 62d2aa7edb
docs: add Forgejo issue and PR templates (#3)
## Problem

This public Forgejo repo was missing the standard issue and PR templates used across the migrated repos.

## Solution

Add Forgejo-native bug report, feature request, issue chooser config, and pull request templates under `.forgejo`.

Reviewed-on: #3
2026-05-03 17:05:33 +00:00
.forgejo docs: add Forgejo issue and PR templates (#3) 2026-05-03 17:05:33 +00:00
algorithms/lca cleanup 2025-04-07 10:07:59 -04:00
atcoder/042 fix: purge clang-formats 2026-01-25 22:14:05 -05:00
codeforces docs/ci: github-only readme banner + PR-redirect workflow 2026-05-01 16:37:31 -04:00
cses fix: purge clang-formats 2026-01-25 22:14:05 -05:00
kattis fix: purge clang-formats 2026-01-25 22:14:05 -05:00
usaco/bronze fix: purge clang-formats 2026-01-25 22:14:05 -05:00
.gitignore fix: purge clang-formats 2026-01-25 22:14:05 -05:00
LICENSE chore: apply GPLv3 LICENSE on Forgejo (github has none) 2026-05-01 12:05:43 +00:00
README.md move readme 2026-01-15 18:05:06 -05:00

competitive programming

a collection of my competitive programming solutions categorized as follows:

  • /kattis: a few ICPC problems from UVA's "practices"
  • /codeforces: codeforces contests, including every division 4 round
  • /cses: ~100 basic cses problems