We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c4d5a commit d1fc330Copy full SHA for d1fc330
src/sequences/longest_increasing_subsequence.md
@@ -300,7 +300,7 @@ This is in fact nearly the same problem.
300
Only now it is allowed to use identical numbers in the subsequence.
301
302
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.
+We just have to change the inequality signs, and make a slight modification to the binary search.
304
305
### Number of longest increasing subsequences
306
0 commit comments