Skip to content

Commit 6a30543

Browse files
authored
Create Exercise40.cpp
1 parent b08dcba commit 6a30543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Exercise40.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
//Title: Tower of Hanoi
2+
//Description: Write a program that asks the user to enter the number of disks and solves the Tower of Hanoi problem using recursion.

0 commit comments

Comments
 (0)