File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
id : boyer-moore-algorithm
3
- title : Boyer moore algorithm
4
- sidebar_label : Boyer moore algorithm
3
+ title : Boyer-Moore algorithm
4
+ sidebar_label : Boyer-Moore algorithm
5
5
---
6
6
7
- [ Open a pull request] ( https://github.com/AllAlgorithms/algorithms/tree/master/docs/boyer-moore-algorithm.md ) to add the content for this algorithm.
7
+ [ Open a pull request] ( https://github.com/AllAlgorithms/algorithms/tree/master/docs/boyer-moore-algorithm.md ) to add the content for this algorithm.
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ just a paper and pencil.
352
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
- - [ Boyer moore algorithm] ( https://allalgorithms.com/docs/boyer-moore-algorithm )
355
+ - [ Boyer-Moore algorithm] ( https://allalgorithms.com/docs/boyer-moore-algorithm )
356
356
- [ Finite automata] ( https://allalgorithms.com/docs/finite-automata )
357
357
- [ Kasai algorithm] ( https://allalgorithms.com/docs/kasai-algorithm )
358
358
- [ Kmp algorithm] ( https://allalgorithms.com/docs/kmp-algorithm )
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ just a paper and pencil.
363
363
- [Aho-Corasick Algorithm](strings)
364
364
- [Anagram Search](strings)
365
365
- [Arithmetic on large numbers](strings)
366
- - [Boyer Moore Algorithm](strings)
366
+ - [Boyer- Moore Algorithm](strings)
367
367
- [Finite Automata](strings)
368
368
- [Kasai Algorithm](strings)
369
369
- [Kmp Algorithm](strings)
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ module.exports = [
269
269
'Aho-Corasick Algorithm' ,
270
270
'Anagram Search' ,
271
271
'Arithmetic on large numbers' ,
272
- 'Boyer Moore Algorithm' ,
272
+ 'Boyer- Moore Algorithm' ,
273
273
'Finite Automata' ,
274
274
'Kasai Algorithm' ,
275
275
'Kmp Algorithm' ,
You can’t perform that action at this time.
0 commit comments