From 054fb52e70cc470fdb88bb2688e78b5ae602d162 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 30 Apr 2025 16:32:55 -0400 Subject: [PATCH] feat(cp/usaco): last of bronze --- .../competitive-programming-log.html | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/posts/algorithms/competitive-programming-log.html b/posts/algorithms/competitive-programming-log.html index 03825b9..5011b75 100644 --- a/posts/algorithms/competitive-programming-log.html +++ b/posts/algorithms/competitive-programming-log.html @@ -24,9 +24,32 @@

competitive programming log

+

+ usaco bronze: introduction to sorting + +

+

+ I must heed the advice of Colin Galen. I rush trivial problems + because they're boring, then forget an edge case. I get overwhelmed + by hard problems because I don't know how to think. I've been + working on my discipline and thinking but I need to improve a lot. +

+

+ 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. +

usaco bronze: (basic) complete searchusaco bronze: complete search