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

feat(dp/knapsack.md): 完善背包问题参考代码 #5445

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oldoldtea
Copy link

(<doc/dp/knapsack.md>): <多重背包非二进制优化代码>
(<doc/dp/knapsack.md>): <分组背包参考代码>

  • 我已认真阅读贡献指南 (contributing guidelines) 和社区公约 (code of conduct),并遵循了如何参与页及格式手册页的相应规范。

<feat>(<doc/dp/knapsack.md>): <多重背包非二进制优化代码>
<feat>(<doc/dp/knapsack.md>): <分组背包参考代码>
Copy link

welcome bot commented Mar 10, 2024

感谢你对 OI Wiki 的关注!记得检查是否遵守了格式规范,听说和项目风格统一的 Pull Request 会更容易被 Merge~

### 实现

??? 核心代码
=== "C++"
Copy link
Member

Choose a reason for hiding this comment

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

没有多种语言的实现的话不要用 content tabs

@@ -135,6 +135,20 @@ $$

时间复杂度 $O(W\sum_{i=1}^nk_i)$。

### 实现

??? 核心代码
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

了解,我最近正在找工作,可能没有太多的时间,有时间的话我会按照格式要求重新提交我的内容。

@Tiphereth-A Tiphereth-A changed the title 完善背包问题参考代码 feat(dp/knapsack.md): 完善背包问题参考代码 Mar 10, 2024
@HeRaNO HeRaNO added the Busy Author / 作者正忙 作者现在正忙,将于一段时间后继续完善该 PR label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Busy Author / 作者正忙 作者现在正忙,将于一段时间后继续完善该 PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants