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