Skip to content

Fix a typo in "Combination Sum" #34

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
Oct 28, 2014
Merged

Fix a typo in "Combination Sum" #34

merged 1 commit into from
Oct 28, 2014

Conversation

run
Copy link
Contributor

@run run commented Oct 28, 2014

On the problem's website :

https://oj.leetcode.com/problems/combination-sum/

the description of the problem had changed.

As the Note says, elements are in non-descending order, the greater-than sign
may lead to misunderstanding, and Leetcode had changed it to less-and-equal-than sign.

so I updated the content in the source file.

On the problem's website :

https://oj.leetcode.com/problems/combination-sum/

the description of the problem had changed.

As the Note says, elements are in non-descending order, the greater-than sign
may lead to misunderstanding, and Leetcode had changed it to less-and-equal-than sign.

so I updated the content in the source file.
soulmachine added a commit that referenced this pull request Oct 28, 2014
Fix a typo in "Combination Sum"
@soulmachine soulmachine merged commit 8e8bda4 into soulmachine:master Oct 28, 2014
@soulmachine
Copy link
Owner

Thanks!

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