Skip to content

广度优先求图的任意两点之间最短路径#142

Merged
c4pr1c3 merged 6 commits intoCUCCS:masterfrom
zzskin:master
Jun 21, 2017
Merged

广度优先求图的任意两点之间最短路径#142
c4pr1c3 merged 6 commits intoCUCCS:masterfrom
zzskin:master

Conversation

@zzskin
Copy link
Contributor

@zzskin zzskin commented May 17, 2017

No description provided.

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

Choose a reason for hiding this comment

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

  • CreateGraph有返回值,如果能判断下就更好了

Copy link
Collaborator

Choose a reason for hiding this comment

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

  • 请看作业要求: 在本次PR中,应包含采用纯文本文件的方式保存的查找表使用上述测试用例产生的程序输出结果。

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

Choose a reason for hiding this comment

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

  • 后面的代码中没有用到自定义类型Bool,建议删掉无用和重复的代码。

Copy link
Collaborator

Choose a reason for hiding this comment

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

  • 插入排序要移动r[i]至r[0],移动r[i-1]至r[i],这移动次数是不是2次?

Copy link
Collaborator

Choose a reason for hiding this comment

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

  • 插入排序要移动r[i]至r[0],移动r[i-1]至r[i],这移动次数是不是2次?

@c4pr1c3 c4pr1c3 merged commit 90bd4ec 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