Skip to content

Conversation

@FukurouNarthil
Copy link
Contributor

*不能确定move和compare的正确性。
*不知道递归要怎么计数,只能每次用全局变量。

Copy link
Collaborator

@kadaokaduan kadaokaduan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 有时间可仔细学习一下markdown的语法,你在说明中使用的写法有误
  • 对于不确定计算次数是否正确的情况,可以自定义一个简单的测试用例,跟踪其执行路径并与实际结果进行对比
  • 递归时计算次数无需全局变量,只需将代码两个次数的变量指针作为参数传入,在递归函数内部进行操作即可。可参考钟同学的代码(#167

Copy link
Collaborator

@kadaokaduan kadaokaduan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 作业10无法创建哈希表并实现插入
  • 超时自动合并

@c4pr1c3 c4pr1c3 merged commit 44d247a into CUCCS:master Jun 21, 2017
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

Successfully merging this pull request may close these issues.

3 participants