8000 Merge pull request #1418 from SuperMinerYYT/patch-1 · cp-algorithms/cp-algorithms@5c2c8d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c2c8d0

Browse files
authored
Merge pull request #1418 from SuperMinerYYT/patch-1
Update longest_increasing_subsequence.md
2 parents 9ca54a4 + d1fc330 commit 5c2c8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sequences/longest_increasing_subsequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ This is in fact nearly the same problem.
300300
Only now it is allowed to use identical numbers in the subsequence.
301301

302302
The solution is essentially also nearly the same.
303-
We just have to change the inequality signs, and make a slightly modification to the binary search.
303+
We just have to change the inequality signs, and make a slight modification to the binary search.
304304

305305
### Number of longest increasing subsequences
306306

0 commit comments

Comments
 (0)
0