Skip to content

1011. Capacity To Ship Packages Within D Days#55

Open
hayashi-ay wants to merge 3 commits intomainfrom
hayashi-ay-patch-44
Open

1011. Capacity To Ship Packages Within D Days#55
hayashi-ay wants to merge 3 commits intomainfrom
hayashi-ay-patch-44

Conversation

@hayashi-ay
Copy link
Copy Markdown
Owner

Copy link
Copy Markdown

@nodchip nodchip left a comment

Choose a reason for hiding this comment

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

よいと思います。

@@ -0,0 +1,143 @@
最大積載量は`[max(weights), sum(weights)]`のどれかになる。二分探索で試していくと良い。計算量はO(nlogn)になる。
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nが何なのか明記した方が良さそうです。

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