Difference between greedy and backtracking is.....
Jawaban:
Greedy algorithm is about trying to make the optimal decision at each step, whereas backtracking is about trying every possibility to find one (or all) that work.
[answer.2.content]Jawaban:
Greedy algorithm is about trying to make the optimal decision at each step, whereas backtracking is about trying every possibility to find one (or all) that work.
[answer.2.content]