Algorithm/Optimisation/Greedy-Algorithm #3
Replies: 1 comment
-
hello |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
DSA/Algorithms/Greedy-Algorithm
Abstract § Note 向日葵朝着太阳转动, 时刻都在寻求当前汲取最大养分的可能。 最优子结构就是追随太阳最高效的移动轨迹。 移除重复子问题让向日葵紧跟太阳的脚步。 贪心策略在一轮轮的简单选择中,逐步导向最佳的答案。 Used to solve Optimisation Problem Usually better performance than Backtracking & Dynamic Programming Think about what is the Local Optimal Solution.
https://notes.yxy.ninja/Algorithm/Optimisation/Greedy-Algorithm
Beta Was this translation helpful? Give feedback.
All reactions