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

lvl1_1_to_8 #29

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

lvl1_1_to_8 #29

wants to merge 10 commits into from

Conversation

Kyrios0
Copy link

@Kyrios0 Kyrios0 commented Feb 27, 2017

交一波作业...之前的lvl1_7也修改了大小写问题,俸爷辛苦了.

交一波作业...之前的lvl1_7也修改了大小写问题,俸爷辛苦了.
maze
Copy link
Owner

@luckymark luckymark left a 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)
Copy link
Owner

Choose a reason for hiding this comment

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

这道题用链表干什么呢?

Copy link
Author

Choose a reason for hiding this comment

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

实现一个简单的筛法..链表移除数据比数组方便...

Copy link
Author

Choose a reason for hiding this comment

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

这个题和Goldbach都是偷懒从先写的lvl1_5改过来的...所以看起来比较奇怪...

Copy link
Author

Choose a reason for hiding this comment

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

那段时间刚学链表。。。什么都想用链表做。现在看在反而是弄巧成拙了。。等有空了重新写一份顺便优化一下算法。。。

Kyrios0 added 7 commits April 20, 2017 18:34
cpp那边还在施工中,写了很多半成品,c语言那边用重写了1_2&1_5, 1_6最近应该也会重写,主要是优化了算法
重写了Goldbach的素数筛取部分,新增cpp1_3和1_5
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