-
Notifications
You must be signed in to change notification settings - Fork 46
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
一次性提交之前尚未提交的五次作业QAQ #189
base: master
Are you sure you want to change the base?
一次性提交之前尚未提交的五次作业QAQ #189
Conversation
2017-1/byswsz/链表拆分/链表拆分.c
Outdated
|
||
TravelList(L2); | ||
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
拆分队列实现没有问题,缺少对时间和空间复杂度的分析
DeQueue(&Q, &result); | ||
Traverse(&Q); | ||
return 0; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
队列操作运行通过
|
||
return 0; | ||
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没有测试用例说明,没有运行截图,没有注释和说明,测试表达式计算结果有误。
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
运行没有显示正确结果
2017-1/byswsz/建立二叉树/建立二叉树.c
Outdated
printf("��������˳��Ϊ\n"); | ||
postorderTraversal(t); | ||
return 0; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
运行出错
提交之前的五次作业。