krsh123 / DSA-CPP

This is repository is for all the concepts of data structures and algorithm in C++ and C language.
0 stars 13 forks source link

create TowerOfHanoi.c #7

Closed Crimson-03 closed 2 years ago

Crimson-03 commented 2 years ago

void TOH is a function for a tower of Hanoi. 'n' is the number of discs and A, B, and C is the name of the discs.