krahets / hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
https://hello-algo.com
Other
86.46k stars 10.96k forks source link

codes/c/chapter_stack_and_queue/array_stack.c 代码有误 #1351

Closed AllofMortal closed 2 months ago

AllofMortal commented 2 months ago

array_stack.c 中第97行代码有误 应为 printf("栈是否为空 = %s\n", empty ? "true" : "false");

krahets commented 2 months ago

谢谢指正!即将修复