8000 Merge pull request #34 from run/typo · daysCounting/leetcode@8e8bda4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e8bda4

Browse files
committed
Merge pull request soulmachine#34 from run/typo
Fix a typo in "Combination Sum"
2 parents 60a44ba + cc34095 commit 8e8bda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/chapDFS.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ \subsubsection{描述}
659659
Note:
660660
\begindot
661661
\item All numbers (including target) will be positive integers.
662-
\item Elements in a combination ($a_1, a_2, ..., a_k$) must be in non-descending order. (ie, $a_1 > a_2 > ... > a_k$).
662+
\item Elements in a combination ($a_1, a_2, ..., a_k$) must be in non-descending order. (ie, $a_1 \leq a_2 \leq ... \leq a_k$).
663663
\item The solution set must not contain duplicate combinations.
664664
\myenddot
665665

0 commit comments

Comments
 (0)
0