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.