JJ's blog

JJ's blog

Follow
homeContactBuy me a coffee!badgesnewsletter
Tag

optimization

#optimization

More content

Read more stories on Hashnode


Articles with this tag

Greedy strategy can be useful even when it doesn't work

Nov 28, 202012 min read

Greedy algorithms try to find the optimal solution by taking the best available choice at every step. For example, you can greedily approach your...

Greedy strategy can be useful even when it doesn't work