Skip to content

Update 0039.组合总和.md, 修复Python代码的一个bug #2182

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 1 commit into from
Jul 31, 2023

Conversation

TonyHanzhiSU
Copy link
Contributor

Python 版本的回溯剪枝版本一当中, break 会终止整个for 循环,从而提前终止搜索,应该改成continue。

Python 版本的回溯剪枝版本一当中,  break 会终止整个for 循环,从而提前终止搜索,应该改成continue
@TonyHanzhiSU
Copy link
Contributor Author

非常感谢卡哥的刷题攻略

@youngyangyang04 youngyangyang04 merged commit 897a31c into youngyangyang04:master Jul 31, 2023
@TonyHanzhiSU TonyHanzhiSU deleted the patch-1 branch July 31, 2023 05:46
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.

2 participants