Hi everyone,
I need help with code for recursion. The question is the following.
You have to arrange n mᶟ of soil using the given specific buckets with volumes 0.01mᶟ, 0.1mᶟ, 0.25mᶟ, 0.5mᶟ , 0.75mᶟ, 0.9mᶟ.
Please give the possible short recursive Algorithm for the problem. Here implement a class for the necessary methods available.
#Write an Algorithm for the soil 4.2 mᶟ from the above Algorithm.