Skip to content

Commit 0477aec

Browse files
committed
Update README.md
1 parent b5e5f5f commit 0477aec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ find more than one implementation for the same objective but using different alg
182182
* [Hamming Distance](./Algorithms/Strings/Similarity/HammingDistance.cs)
183183
* [Jaro Similarity](./Algorithms/Strings/Similarity/JaroSimilarity.cs)
184184
* [Jaro-Winkler Distance](./Algorithms/Strings/Similarity/JaroWinklerDistance.cs)
185+
* [Optimal String Alignment](./Algorithms/Strings/Similarity/OptimalStringAlignment.cs)
185186
* [Pattern Matching](./Algorithms/Strings/PatternMatching/)
186187
* [Bitop Pattern Matching](./Algorithms/Strings/PatternMatching/Bitap.cs)
187188
* [Naive String Search](./Algorithms/Strings/PatternMatching/NaiveStringSearch.cs)

0 commit comments

Comments
 (0)