Skip to content

Commit 1cfec6a

Browse files
committed
Update single-pattern-search.go
1 parent 6bb9c12 commit 1cfec6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

string/single-pattern-search.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ func generateNextPatternIndexArray(pattern string) []int {
4848
}
4949

5050
func BMSearch(source string, pattern string) int {
51+
//TODO
5152
return -1
52-
}
53+
}

0 commit comments

Comments
 (0)