Skip to content

Commit 6b860fc

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent ed65847 commit 6b860fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

DIRECTORY.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,16 @@
7777
* [Topological Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/topological_sort.go)
7878

7979
## Strings
80-
* [Levenshteindistance](https://github.com/TheAlgorithms/Go/blob/master/strings/levenshteinDistance.go)
80+
* Levenshteindistance
81+
* [Levenshteindistance](https://github.com/TheAlgorithms/Go/blob/master/strings/levenshteindistance/levenshteinDistance.go)
82+
* [Levenshteindistance Test](https://github.com/TheAlgorithms/Go/blob/master/strings/levenshteindistance/levenshteinDistance_test.go)
8183
* Multiple String Matching
8284
* [Ac](https://github.com/TheAlgorithms/Go/blob/master/strings/multiple%20string%20matching/ac.go)
8385
* [Adac](https://github.com/TheAlgorithms/Go/blob/master/strings/multiple%20string%20matching/adac.go)
8486
* [Sbom](https://github.com/TheAlgorithms/Go/blob/master/strings/multiple%20string%20matching/sbom.go)
85-
* [Naivestringsearch](https://github.com/TheAlgorithms/Go/blob/master/strings/naiveStringSearch.go)
87+
* Naivesearch
88+
* [Naivestringsearch](https://github.com/TheAlgorithms/Go/blob/master/strings/naivesearch/naiveStringSearch.go)
89+
* [Naivestringsearch Test](https://github.com/TheAlgorithms/Go/blob/master/strings/naivesearch/naiveStringSearch_test.go)
8690
* Single String Matching
8791
* [Bom](https://github.com/TheAlgorithms/Go/blob/master/strings/single%20string%20matching/bom.go)
8892
* [Horspool](https://github.com/TheAlgorithms/Go/blob/master/strings/single%20string%20matching/horspool.go)

0 commit comments

Comments
 (0)