Skip to content

Commit a2e05c9

Browse files
Update List of Algorithms
1 parent 093eb37 commit a2e05c9

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
@@ -191,6 +191,7 @@ find more than one implementation for the same objective but using different alg
191191
* [Rabin Karp](./Algorithms/Strings/PatternMatching/RabinKarp.cs)
192192
* [Boyer Moore](./Algorithms/Strings/PatternMatching/BoyerMoore.cs)
193193
* [Knuth–Morris–Pratt Search](./Algorithms/Strings/PatternMatching/KnuthMorrisPrattSearcher.cs)
194+
* [WildCard Pattern Matching](./Algorithms/Strings/PatternMatching/WildCardMatcher.cs)
194195
* [Z-block substring search](./Algorithms/Strings/PatternMatching/ZblockSubstringSearch.cs)
195196
* [Longest Consecutive Character](./Algorithms/Strings/GeneralStringAlgorithms.cs)
196197
* [Palindrome Checker](./Algorithms/Strings/Palindrome.cs)

0 commit comments

Comments
 (0)