mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-11 11:07:14 +08:00
refactor: Re-implement hanota.c (#885)
* feat: re-impl hanota.c * chore: Remove useless comment code * Update hanota.c * Update hanota.c * Update print_util.h * Update CMakeLists.txt --------- Co-authored-by: Yudong Jin <krahets@163.com>
This commit is contained in:
@@ -35,7 +35,7 @@ static void printArray(int arr[], int size) {
|
||||
printf("NULL]\n");
|
||||
}
|
||||
} else {
|
||||
printf("]");
|
||||
printf("]\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user