Skip to content

submit week 04 assignment#661

Merged
GeekUniversity merged 1 commit intoalgorithm001:masterfrom
yxs354:master
May 13, 2019
Merged

submit week 04 assignment#661
GeekUniversity merged 1 commit intoalgorithm001:masterfrom
yxs354:master

Conversation

@yxs354
Copy link
Contributor

@yxs354 yxs354 commented May 11, 2019

No description provided.

if (cost.length == 2) {
return Math.min(cost[0], cost[1]);
}
for (int i = 2; i <= cost.length; i++) {
Copy link
Contributor

Choose a reason for hiding this comment

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

贪心还是动态规划呢?

@GeekUniversity GeekUniversity merged commit 75e4720 into algorithm001:master May 13, 2019
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