Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AllofMortal opened this issue May 9, 2024 · 1 comment
Closed

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

AllofMortal opened this issue May 9, 2024 · 1 comment

Comments

@AllofMortal
Copy link

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

@krahets
Copy link
Owner

krahets commented May 11, 2024

谢谢指正!即将修复

@krahets krahets closed this as completed May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants