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

none #183

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

none #183

wants to merge 2 commits into from

Conversation

Comyn-Echo
Copy link

No description provided.

@gabor1252
Copy link

  1. 第三次任务第二题,题目要求是位数为偶数,不是整数为偶数。

  2. 第三次任务第六题以及第八题的时间复杂度计算错误,可以再研究研究。

    一个函数/方法,最好只做一件事情,或者你至少名字要能对上你的功能。看清题目要求,是这个函数来实现题目的要求,不是让你在主函数里靠递归和循环来调用函数来完成题目。

  3. 第三次任务第七题,提交文件尽量用文本文件的形式提交,docx为二进制文件。

    主要是方便阅读

对本次任务给出以下建议:

  • 写代码尽量加点注释,说不定哪一天回头来看,就不知道自己写的什么了。

    • 可以在关键代码处加上注释。
    • 可以看看开源项目是怎么注释的。
  • 需要加深对复杂度的计数

    第三次任务第六题:你调用一次函数走了n次,你又在循环里面调用这个函数,又是n次,一共就是n²了。

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.

2 participants