From d584dbe8a2b7b7c66227ab555503b52f7929fa41 Mon Sep 17 00:00:00 2001
From: Barrett Ruth
Date: Wed, 30 Apr 2025 16:33:55 -0400
Subject: [PATCH] fix(cp/usaco): typo
---
posts/algorithms/competitive-programming-log.html | 5 -----
1 file changed, 5 deletions(-)
diff --git a/posts/algorithms/competitive-programming-log.html b/posts/algorithms/competitive-programming-log.html
index 5011b75..f3f8135 100644
--- a/posts/algorithms/competitive-programming-log.html
+++ b/posts/algorithms/competitive-programming-log.html
@@ -42,11 +42,6 @@
These problems are too easy but they help me prefer convenient
implementation. It is time to be done with bronze.
-
- Implementation wise, two-pointers boundary conditions trip me up.
- Spend more time on problems statements and go for the easiest
- solution.
-