Skip to content

Commit 5382013

Browse files
committed
Fix name for Aho-Corasick
1 parent 34a196a commit 5382013

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/aho-corasick-algorithm.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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
55
---
66

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.

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ just a paper and pencil.
349349

350350
## Strings
351351

352-
- [Aho corasick algorithm](https://allalgorithms.com/docs/aho-corasick-algorithm)
352+
- [Aho-Corasick algorithm](https://allalgorithms.com/docs/aho-corasick-algorithm)
353353
- [Anagram search](https://allalgorithms.com/docs/anagram-search)
354354
- [Arithmetic on large numbers](https://allalgorithms.com/docs/arithmetic-on-large-numbers)
355355
- [Boyer moore algorithm](https://allalgorithms.com/docs/boyer-moore-algorithm)

templates/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ just a paper and pencil.
360360

361361
## [Strings](strings)
362362

363-
- [Aho Corasick Algorithm](strings)
363+
- [Aho-Corasick Algorithm](strings)
364364
- [Anagram Search](strings)
365365
- [Arithmetic on large numbers](strings)
366366
- [Boyer Moore Algorithm](strings)

website/data/algorithms.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ module.exports = [
266266
{
267267
category: 'Strings',
268268
algorithmList: [
269-
'Aho Corasick Algorithm',
269+
'Aho-Corasick Algorithm',
270270
'Anagram Search',
271271
'Arithmetic on large numbers',
272272
'Boyer Moore Algorithm',

0 commit comments

Comments
 (0)