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:
lucas
2023-10-27 23:41:58 +08:00
committed by GitHub
parent 492a69ebca
commit f98b337144
3 changed files with 42 additions and 48 deletions

View File

@@ -35,7 +35,7 @@ static void printArray(int arr[], int size) {
printf("NULL]\n");
}
} else {
printf("]");
printf("]\n");
}
}