diff --git a/posts/algorithms/competitive-programming-log.html b/posts/algorithms/competitive-programming-log.html index f3f8135..bb1fa91 100644 --- a/posts/algorithms/competitive-programming-log.html +++ b/posts/algorithms/competitive-programming-log.html @@ -39,9 +39,24 @@ working on my discipline and thinking but I need to improve a lot.

- These problems are too easy but they help me prefer convenient + These problems are (mostly) easy but they help me prefer convenient implementation. It is time to be done with bronze.

+

+ Implementation, loops, invariants. I still struggle to get a grasp.I + struggled with + this problem + just figuring out how to do the loops and invariants. I do a loop of + "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. +

usaco bronze: complete search