There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A solving method to the Towers of Hanoi problem, where given a number of cases at the first line, the program can solve the n cases recursively and print it on a file.