competitive programming notebook
  • C++ 99.2%
  • Python 0.8%
Find a file
Barrett Ruth ec367ede03
docs: update mirror banner wording (#6)
## Summary
- update the README GitHub mirror banner to the active-development wording
- keep the Forgejo link repo-specific and preserve any existing canonical-link note

## Checks
- git diff --check

Reviewed-on: https://git.barrettruth.com/barrettruth/cp/pulls/6
2026-05-05 21:26:41 +00:00
.forgejo docs: add contributing guide (#5) 2026-05-05 17:52:18 +00:00
.github/workflows docs: add Forgejo mirror routing note (#4) 2026-05-05 00:47:04 +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
CONTRIBUTING.md docs: add contributing guide (#5) 2026-05-05 17:52:18 +00:00
LICENSE chore: apply GPLv3 LICENSE on Forgejo (github has none) 2026-05-01 12:05:43 +00:00
README.md docs: update mirror banner wording (#6) 2026-05-05 21:26:41 +00:00

competitive programming

a collection of my competitive programming solutions categorized as follows:

Note

Due to GitHub's historic unreliability, active development is hosted on Forgejo. GitHub is maintained as a read-only mirror.

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