competitive programming notebook
  • C++ 99.1%
  • Python 0.8%
  • Just 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-02 22:34:26 -05: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 feat(codeforces): more problems 2026-07-02 22:34:26 -05:00
cses fix: purge clang-formats 2026-01-25 22:14:05 -05:00
kattis fix: remove out files 2026-06-16 18:41:20 -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
justfile feat(justfile): timeout to template 2026-07-02 22:33:55 -05: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
template.cc ci: format template 2026-07-02 22:34:12 -05: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