Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 53d2f42

Browse files
authored
lcs_threshold = 1
1 parent ef8d356 commit 53d2f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lcs/StringDiff.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class StringDiff {
1818

1919
private static final String INSERT_COLOR = "#00ff66";
2020
private static final String DELETE_COLOR = "#ff9933";
21-
private static final int lcs_threshold = 3;//minimum threshold for longest common subsequence
21+
private static final int lcs_threshold = 1;//minimum threshold for longest common subsequence
2222

2323
public static void main(String[] args) {
2424

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /