feat(usaco/sorting): last commentary

This commit is contained in:
Barrett Ruth 2025-04-30 17:38:14 -04:00
parent d584dbe8a2
commit 3e2c57a7e3

View file

@ -39,9 +39,24 @@
working on my discipline and thinking but I need to improve a lot.
</p>
<p>
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.
</p>
<p>
Implementation, loops, invariants. I still struggle to get a grasp.I
struggled with
<a
href="https://usaco.org/index.php?page=viewproblem2&cpid=592"
target="_blan"
>this problem</a
>
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...
<i>even when the right solution comes across my mind</i>. In this
case, choosing an invariant was just overwhelming. <b>The simplest
correct solution is always the right one</b>.
</p>
<h2>
<a href="https://usaco.guide/bronze/intro-complete" target="_blank"
>usaco bronze: complete search</a