Skip to content

Commit 83c62cb

Browse files
authored
Update 1062-longest-repeating-substring.js
1 parent 62ef8fb commit 83c62cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

1062-longest-repeating-substring.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ const longestRepeatingSubstring = function(s) {
4949
}
5050
return res;
5151
};
52+
53+
// non-overlap version
54+
// http://nriverwang.blogspot.com/2013/04/longest-repeated-substring.html

0 commit comments

Comments
 (0)