From 549b0d857fb9092b444fdbb8139d59536ef5676c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 16 Feb 2025 13:37:02 -0500 Subject: [PATCH] fix(codeforces): typo --- posts/algorithms/cp-log.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/algorithms/cp-log.html b/posts/algorithms/cp-log.html index 3f197ba..8282936 100644 --- a/posts/algorithms/cp-log.html +++ b/posts/algorithms/cp-log.html @@ -136,8 +136,8 @@

E

- I had mentally tapped out by this point (I submitted a TLE \(O(n^2k) - solution without using my brain\). I solved F first, then took a + I had mentally tapped out by this point (I submitted a TLE \(O(n^2k)\) + solution without using my brain). I solved F first, then took a look at G before coming back to E, robbing me of 10 minutes that could've been the difference between another solve.