From 71619db6c1d6d29308cf2f83dbebc83c1128bc4a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 9 Oct 2025 21:55:28 -0400 Subject: [PATCH] cp post --- src/content/git/competitive-programming.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/content/git/competitive-programming.mdx diff --git a/src/content/git/competitive-programming.mdx b/src/content/git/competitive-programming.mdx new file mode 100644 index 0000000..2dfd8ae --- /dev/null +++ b/src/content/git/competitive-programming.mdx @@ -0,0 +1,10 @@ +--- +title: "competitive-programming" +date: "09/10/2025" +--- + +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