File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
id : aho-corasick-algorithm
3
- title : Aho corasick algorithm
4
- sidebar_label : Aho corasick algorithm
3
+ title : Aho-Corasick algorithm
4
+ sidebar_label : Aho-Corasick algorithm
5
5
---
6
6
7
- [ Open a pull request] ( https://github.com/AllAlgorithms/algorithms/tree/master/docs/aho-corasick-algorithm.md ) to add the content for this algorithm.
7
+ [ Open a pull request] ( https://github.com/AllAlgorithms/algorithms/tree/master/docs/aho-corasick-algorithm.md ) to add the content for this algorithm.
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ just a paper and pencil.
349
349
350
350
## Strings
351
351
352
- - [ Aho corasick algorithm] ( https://allalgorithms.com/docs/aho-corasick-algorithm )
352
+ - [ Aho-Corasick algorithm] ( https://allalgorithms.com/docs/aho-corasick-algorithm )
353
353
- [ Anagram search] ( https://allalgorithms.com/docs/anagram-search )
354
354
- [ Arithmetic on large numbers] ( https://allalgorithms.com/docs/arithmetic-on-large-numbers )
355
355
- [ Boyer moore algorithm] ( https://allalgorithms.com/docs/boyer-moore-algorithm )
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ just a paper and pencil.
360
360
361
361
## [Strings](strings)
362
362
363
- - [Aho Corasick Algorithm](strings)
363
+ - [Aho- Corasick Algorithm](strings)
364
364
- [Anagram Search](strings)
365
365
- [Arithmetic on large numbers](strings)
366
366
- [Boyer Moore Algorithm](strings)
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ module.exports = [
266
266
{
267
267
category : 'Strings' ,
268
268
algorithmList : [
269
- 'Aho Corasick Algorithm' ,
269
+ 'Aho- Corasick Algorithm' ,
270
270
'Anagram Search' ,
271
271
'Arithmetic on large numbers' ,
272
272
'Boyer Moore Algorithm' ,
You can’t perform that action at this time.
0 commit comments