We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d964455 commit 967eb04Copy full SHA for 967eb04
1 file changed
README.md
@@ -1,10 +1,16 @@
1
# zig-string-searching
2
3
+
4
+
5
Implementation of some string-search algorithms in
-[zig](https://ziglang.org).
6
+[zig](https://ziglang.org).
7
8
### Boyer-Moore string searching
9
-Ported from the implementation in the Go
-standard library:
10
+Ported from the implementation in the Go standard library:
11
[strings/search.go](https://golang.org/src/strings/search.go).
12
13
+### Bitap algorithm
14
15
+Inspired by the code on the [Wikipedia
16
+article](https://en.wikipedia.org/wiki/Bitap_algorithm).
0 commit comments