feat(cp/usaco): last of bronze

This commit is contained in:
Barrett Ruth 2025-04-30 16:32:55 -04:00
parent 0470be6fbe
commit 054fb52e70

View file

@ -24,9 +24,32 @@
<h1 class="post-title">competitive programming log</h1>
</header>
<article class="post-article">
<h2>
<a href="https://usaco.guide/bronze/intro-sorting" target="_blank"
>usaco bronze: introduction to sorting</a
>
<span class="post-meta">
<time datetime="2025-04-30">04/30/2025</time>
</span>
</h2>
<p>
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.
</p>
<p>
These problems are too easy but they help me prefer convenient
implementation. It is time to be done with bronze.
</p>
<p>
Implementation wise, two-pointers boundary conditions trip me up.
Spend more time on problems statements and go for the easiest
solution.
</p>
<h2>
<a href="https://usaco.guide/bronze/intro-complete" target="_blank"
>usaco bronze: (basic) complete search</a
>usaco bronze: complete search</a
>
<span class="post-meta">
<time datetime="2025-04-27">04/27/2025</time>