Skip to content

Commit 1117424

Browse files
Update README.md
1 parent 2876fcf commit 1117424

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# zig-boyer-moore
1+
# zig-string-searching
22

3-
Implementation of the Boyer-Moore string-search algorithm in
4-
[zig](https://ziglang.org). Ported from the implementation in the Go
3+
Implementation of some string-search algorithms in
4+
[zig](https://ziglang.org).
5+
6+
### Boyer-Moore string searching
7+
8+
Ported from the implementation in the Go
59
standard library:
610
[strings/search.go](https://golang.org/src/strings/search.go).

0 commit comments

Comments
 (0)