Course 1: Problem-Solving and Computational Thinking using Java
Sprint 7: Implementing Recursion
Write a program in Java to calculate the minimum number of steps required to solve the Tower of Hanoi problem for n
disks.
- Open the source code file and complete the code.
- Open the test case file and run the test cases to check your code.