Make sure to practice greedy algos

Apr 3 14 Comments

I just saw a study guide someone made for what leetcode topics they covered before interviews. Don’t forget to filter by greedy algos and do a bunch of them. It’s probably one of the more important topics study because a lot of problems use greedy logic but don’t explicitly say it. Also greedy algos are often more optimal than dynamic programming solutions on the same problem.

Tc 100k

comments

Want to comment? LOG IN or SIGN UP
TOP 14 Comments