Skip to content

134_week4_homework#670

Merged
GeekUniversity merged 5 commits intoalgorithm001:masterfrom
wangxu0:master
May 13, 2019
Merged

134_week4_homework#670
GeekUniversity merged 5 commits intoalgorithm001:masterfrom
wangxu0:master

Conversation

@wangxu0
Copy link
Contributor

@wangxu0 wangxu0 commented May 11, 2019

No description provided.

Arrays.sort(g);
Arrays.sort(s);
int cnt = 0;
for (int gi = 0, si = 0; gi < g.length && si < s.length; si++) {
Copy link
Contributor

Choose a reason for hiding this comment

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

贪心还是DP?

@GeekUniversity GeekUniversity merged commit 26ba6f4 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