Open
Conversation
chenfucaijun
requested changes
May 18, 2017
2017-1/HuanWoWeiLan/第七次作业/第七次作业.c
Outdated
2017-1/HuanWoWeiLan/第七次作业/第七次作业.c
Outdated
Collaborator
There was a problem hiding this comment.
- 虽然就题论题你这里这样写是能得到正确答案的,但建议以后在实际应用编程时,尽量把这种参数配置类的工作交给调用者(函数)在调用函数时执行传参操作,代码的封装和可复用就会一点点积累起来了。
2017-1/HuanWoWeiLan/第七次作业/第七次作业.c
Outdated
Collaborator
There was a problem hiding this comment.
- 你的源代码文件名又变成中文了,要避免小疏忽哦!
额第八次作业……写错了……
chenfucaijun
requested changes
Jun 4, 2017
2017-1/HuanWoWeiLan/第九次作业/第九次作业.cpp
Outdated
Collaborator
There was a problem hiding this comment.
- 建议自动输入二叉树的数据,测试输入数据序列:{ 8, 10, 14, 3, 1, 6, 4, 7, 5, 19, 22, 30 }, 待查找关键字依次为: { 13, 8, 5, 20, 6 }
- 你的源程序名又变成中文了,要时刻注意细节哦!
2017-1/HuanWoWeiLan/第九次作业/第九次作业.cpp
Outdated
Collaborator
There was a problem hiding this comment.
- 请看作业要求: 在本次PR中,应包含采用纯文本文件的方式保存的查找表使用上述测试用例产生的程序输出结果。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.