Skip to content

[pull] master from youngyangyang04:master #380

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

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion problems/背包理论基础01背包-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int main() {

```

本题力扣上没有原题,大家可以去[卡码网第46题](https://kamacoder.com/problem.php?id=1046)去练习,题意是一样的,代码如下:
本题力扣上没有原题,大家可以去[卡码网第46题](https://kamacoder.com/problempage.php?pid=1046)去练习,题意是一样的,代码如下:

```CPP

Expand Down
2 changes: 1 addition & 1 deletion problems/背包理论基础01背包-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ int main() {

```

本题力扣上没有原题,大家可以去[卡码网第46题](https://kamacoder.com/problem.php?id=1046)去练习,题意是一样的,代码如下:
本题力扣上没有原题,大家可以去[卡码网第46题](https://kamacoder.com/problempage.php?pid=1046)去练习,题意是一样的,代码如下:

```CPP
// 一维dp数组实现
Expand Down
2 changes: 1 addition & 1 deletion problems/背包问题理论基础完全背包.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ int main() {

```

本题力扣上没有原题,大家可以去[卡码网第52题](https://kamacoder.com/problem.php?id=1052)去练习,题意是一样的,C++代码如下:
本题力扣上没有原题,大家可以去[卡码网第52题](https://kamacoder.com/problempage.php?pid=1052)去练习,题意是一样的,C++代码如下:

```cpp
#include <iostream>
Expand Down