Skip to content

Commit fbf6eb0

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent f68c7b9 commit fbf6eb0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DIRECTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,12 @@
5151
* [Topological Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/topological_sort.go)
5252

5353
## Strings
54+
* Multiple String Matching
55+
* [Ac](https://github.com/TheAlgorithms/Go/blob/master/strings/multiple%20string%20matching/ac.go)
56+
* [Adac](https://github.com/TheAlgorithms/Go/blob/master/strings/multiple%20string%20matching/adac.go)
57+
* [Sbom](https://github.com/TheAlgorithms/Go/blob/master/strings/multiple%20string%20matching/sbom.go)
5458
* [Naivestringsearch](https://github.com/TheAlgorithms/Go/blob/master/strings/naiveStringSearch.go)
59+
* Single String Matching
60+
* [Bom](https://github.com/TheAlgorithms/Go/blob/master/strings/single%20string%20matching/bom.go)
61+
* [Horspool](https://github.com/TheAlgorithms/Go/blob/master/strings/single%20string%20matching/horspool.go)
62+
* [Kmp](https://github.com/TheAlgorithms/Go/blob/master/strings/single%20string%20matching/kmp.go)

0 commit comments

Comments
 (0)