From ecc52ce0020d5acc45b9e10551a3da478bcede3e Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 14 May 2025 17:55:14 -0400 Subject: [PATCH] feat(cp-log): 903 --- .../competitive-programming-log.html | 45 ++++++++++++++++++- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/posts/algorithms/competitive-programming-log.html b/posts/algorithms/competitive-programming-log.html index 84e7512..0e3a252 100644 --- a/posts/algorithms/competitive-programming-log.html +++ b/posts/algorithms/competitive-programming-log.html @@ -32,6 +32,47 @@ +

+ First contest in a while. Implementation lacked heavily but solving + harder problems made easier problems easier. +

+

I must heed the advice of Colin Galen. I rush trivial problems because they're boring, then forget an edge case. I get overwhelmed @@ -54,8 +95,8 @@ "this works"\(\rightarrow\) "let's simplify" \(\rightarrow\) "that doesn't work" \(\rightarrow ...\) over and over again... even when the right solution comes across my mind. In this - case, choosing an invariant was just overwhelming. The simplest - correct solution is always the right one. + case, choosing an invariant was just overwhelming. + The simplest correct solution is always the right one.