From badf7a3a0b86c604a8c16fb9f35b2039901863e4 Mon Sep 17 00:00:00 2001 From: kevinsun127 Date: Tue, 9 Jul 2024 13:31:27 -0400 Subject: [PATCH] link to greedy algorithms --- questions.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/questions.html b/questions.html index 16ea5c7..f6a55f1 100644 --- a/questions.html +++ b/questions.html @@ -46,10 +46,13 @@ engineering the seconds to feel long but the years short.

- 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 + 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.

All that said, I'd be curious to see if there are any good