Skip to content

Commit d9ca0e8

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 7461c15 commit d9ca0e8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

DIRECTORY.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@
105105
* Naivesearch
106106
* [Naivestringsearch](https://github.com/TheAlgorithms/Go/blob/master/strings/naivesearch/naiveStringSearch.go)
107107
* [Naivestringsearch Test](https://github.com/TheAlgorithms/Go/blob/master/strings/naivesearch/naiveStringSearch_test.go)
108-
* Single String Matching
109-
* [Bom](https://github.com/TheAlgorithms/Go/blob/master/strings/single%20string%20matching/bom.go)
110-
* [Horspool](https://github.com/TheAlgorithms/Go/blob/master/strings/single%20string%20matching/horspool.go)
111-
* [Kmp](https://github.com/TheAlgorithms/Go/blob/master/strings/single%20string%20matching/kmp.go)
108+
* Single-String-Matching
109+
* [Bom](https://github.com/TheAlgorithms/Go/blob/master/strings/single-string-matching/bom.go)
110+
* [Horspool](https://github.com/TheAlgorithms/Go/blob/master/strings/single-string-matching/horspool.go)
111+
* Kmp
112+
* [Kmp](https://github.com/TheAlgorithms/Go/blob/master/strings/single-string-matching/kmp/kmp.go)
113+
* [Kmp Test](https://github.com/TheAlgorithms/Go/blob/master/strings/single-string-matching/kmp/kmp_test.go)

0 commit comments

Comments
 (0)