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

整理目录后的作业 #18

Merged
merged 10 commits into from
May 17, 2017
Merged

整理目录后的作业 #18

merged 10 commits into from
May 17, 2017

Conversation

springwintersummer
Copy link
Contributor

No description provided.

@springwintersummer springwintersummer changed the title 周继存数据结构作业 数据结构作业 Mar 22, 2017
int main()
{
int num;
list *h1,*h2;
Copy link
Collaborator

Choose a reason for hiding this comment

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

@springwintersummer springwintersummer changed the title 数据结构作业 第一次和第二次作业 Mar 29, 2017
@springwintersummer springwintersummer changed the title 第一次和第二次作业 第一次和第二次作业和第三次作业 Apr 5, 2017
Copy link
Contributor

@c4pr1c3 c4pr1c3 left a comment

Choose a reason for hiding this comment

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

2017年春季学期课程作业提交请在2017-1下建立用你的姓名简拼或英文昵称字符串拼接(用英文半角_作为分隔字符)后命名的个人专属子目录下。本仓库除个人专属子目录之外,其他目录、其他文件禁止修改。

上课时多次强调过上述作业上传注意事项,请务必重新组织你的个人作业目录后再提交PR。

@springwintersummer springwintersummer changed the title 第一次和第二次作业和第三次作业 整理目录后的作业 Apr 12, 2017
input(h2, num);
sort(h1, h2);
output(h1);
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

  • 第三次作业基本完成要求

@@ -0,0 +1,107 @@
#include<stdio.h>
Copy link
Collaborator

Choose a reason for hiding this comment

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

  • 源程序文件名不要使用中文名

int i;
ListNode p;
p=L;
L->next = NULL;
Copy link
Collaborator

Choose a reason for hiding this comment

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

  • 低级错误:还没有malloc空间就分配next指针域,程序会崩溃

}
}
}
int main() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

  • 低级错误: int main没有返回值?

Copy link
Collaborator

@chenfucaijun chenfucaijun left a comment

Choose a reason for hiding this comment

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

第五次作业基本完成要求

Copy link
Collaborator

@chenfucaijun chenfucaijun left a comment

Choose a reason for hiding this comment

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

第六次作业基本完成!

}
else
{
if (!(*T = (BiTNode*)malloc(sizeof(BiTNode))))
Copy link
Collaborator

Choose a reason for hiding this comment

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

  • 第六次作业和前面的某位同学的作业很雷同啊,希望你已经吸收了代码。

Copy link
Collaborator

@chenfucaijun chenfucaijun left a comment

Choose a reason for hiding this comment

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

第六次作业基本完成

@c4pr1c3 c4pr1c3 merged commit 4bf97d2 into CUCCS:master May 17, 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