Skip to content

Commit

Permalink
link to greedy algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
kyung-min-sun committed Jul 9, 2024
1 parent a1914c9 commit badf7a3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@
engineering the seconds to feel long but the years short.
</p>
<p>
Anyone with a cursory understanding of greedy algorithms knows that
optimizing for an ever-shortening time slice usually doesn't pan out
to be the best long-term solution. It might not make sense for us to
hold our lives hostage one second at a time.
Anyone with a cursory understanding of
<a href="https://en.wikipedia.org/wiki/Greedy_algorithm"
>greedy algorithms</a
>
knows that optimizing for an ever-shortening time slice usually
doesn't pan out to be the best long-term solution. It might not make
sense for us to hold our lives hostage one second at a time.
</p>
<p>
All that said, I'd be curious to see if there are any good
Expand Down

0 comments on commit badf7a3

Please sign in to comment.