Posts by Joao Joao • 11 points
1 post
-
1
votes0
answers260
viewsQ: Can anyone help me with the greedy algorithm problem (Greedy Algorithm)?
The problem asks to do the following: Cut a steel rod of length n to get the maximum possible recipe( Rod Cutting). Present in algorithm with backtraking(already done) and find a solution with…