Compare greedy method and dynamic programming
Answers
Answered by
0
One major difference between greedy algorithms anddynamic programming is that instead of first finding optimal solutions to subproblems and then making an informed choice, greedy algorithms first make a greedy choice, the choice that looks best at the time, and then solve a resulting subproblem, without bothering to ...
Answered by
2
Answer:
One major difference between greedy algorithms anddynamic programming is that instead of first finding optimal solutions to subproblems and then making an informed choice, greedy algorithms first make a greedy choice, the choice that looks best at the time, and then solve a resulting subproblem, without bothering to ...
Similar questions
Hindi,
8 months ago
Math,
8 months ago
History,
8 months ago
India Languages,
1 year ago
English,
1 year ago
Math,
1 year ago
Computer Science,
1 year ago