Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ just a paper and pencil.
360360

361361
## [Strings](strings)
362362

363-
- [AhoCorasick 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

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /