feat(cp/usaco): last of bronze
This commit is contained in:
parent
0470be6fbe
commit
054fb52e70
1 changed files with 24 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue