-
Notifications
You must be signed in to change notification settings - Fork 35
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
lvl1_1_to_8 #29
base: master
Are you sure you want to change the base?
lvl1_1_to_8 #29
Conversation
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.
先看到这里吧
linked *next; | ||
}linked; | ||
|
||
linked* creat(int length) |
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.
实现一个简单的筛法..链表移除数据比数组方便...
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.
这个题和Goldbach都是偷懒从先写的lvl1_5改过来的...所以看起来比较奇怪...
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.
那段时间刚学链表。。。什么都想用链表做。现在看在反而是弄巧成拙了。。等有空了重新写一份顺便优化一下算法。。。
交一波作业...之前的lvl1_7也修改了大小写问题,俸爷辛苦了.