posepr-c-2ihif-24-25-assignments-12-tower-of-hanoi-12-TowerOfHanoi created by GitHub Classroom
| html | ||
| config.h | ||
| Doxyfile | ||
| doxygen_extra.css | ||
| general.h | ||
| mainpage.h | ||
| makefile | ||
| README.md | ||
| shortcut.c | ||
| shortcut.h | ||
| test_toh_board.c | ||
| test_toh_board.h | ||
| test_toh_disk.c | ||
| test_toh_disk.h | ||
| test_toh_solver.c | ||
| test_toh_solver.h | ||
| toh_board.c | ||
| toh_board.h | ||
| toh_disk.c | ||
| toh_disk.h | ||
| toh_main_driver.c | ||
| toh_solver.c | ||
| toh_solver.h | ||
| toh_test_driver.c | ||
| toh_visualizer.c | ||
| toh_visualizer.h | ||
if.03.22 Procedural Programming
Assignment – Recursion and Abstract Data Type
Tower of Hanoi
With this assignment you shall implement abstract data types and a recursive algorithm in C.
Clone this assignment, open the index.html, read the assignment instructions and try to make all unit tests green.