the Boyer–Moore–Horspool algorithm or Horspool's algorithm is an algorithm for finding substrings in strings. It was published by Nigel Horspool in 1980...
8 KB (1,008 words) - 01:52, 16 May 2025
In computer science, the Boyer–Moore string-search algorithm is an efficient string-searching algorithm that is the standard benchmark for practical string-search...
22 KB (2,769 words) - 21:38, 6 June 2025
Boyer–Moore may refer to: Boyer–Moore majority vote algorithm Boyer–Moore string-search algorithm Boyer–Moore–Horspool algorithm Boyer–Moore theorem prover...
217 bytes (55 words) - 07:14, 27 March 2025
scientist Boyer–Moore–Horspool algorithm Thomas Horspool (1830–?), British middle-distance runner This page lists people with the surname Horspool. If an...
303 bytes (75 words) - 06:11, 20 June 2024
Java (BNDM, Boyer-Moore-Horspool, Boyer-Moore-Horspool-Raita, Shift-Or) StringsAndChars – Implementations of many String-Matching-Algorithms (for single...
18 KB (1,970 words) - 20:41, 23 April 2025
science, the Raita algorithm is a string searching algorithm which improves the performance of Boyer–Moore–Horspool algorithm. This algorithm preprocesses the...
5 KB (697 words) - 17:11, 27 May 2023
Thompson's construction (redirect from Thompson's construction algorithm)
computer science, Thompson's construction algorithm, also called the McNaughton–Yamada–Thompson algorithm, is a method of transforming a regular expression...
14 KB (1,221 words) - 06:31, 14 April 2025
Nigel Horspool is a retired professor of computer science, formerly of the University of Victoria. He invented the Boyer–Moore–Horspool algorithm, a fast...
2 KB (239 words) - 12:53, 26 March 2024
administrative division code GB-BMH Bournemouth railway station Boyer–Moore–Horspool algorithm, an algorithm for finding substrings in strings British Military Hospital...
1 KB (172 words) - 13:22, 2 February 2025
matching algorithm: trie based algorithm for finding all substring matches to any of a finite set of strings Boyer–Moore–Horspool algorithm: Simplification...
72 KB (7,951 words) - 17:13, 5 June 2025
Sequential pattern mining (redirect from Algorithms for sequential pattern mining)
PrefixSpan algorithm and place the products on shelves based on the order of mined purchasing patterns. Commonly used algorithms include: GSP algorithm Sequential...
9 KB (1,125 words) - 19:42, 10 June 2025
an algorithm for compiling a regular expression to an NFA that can efficiently perform pattern matching on strings. Conversely, Kleene's algorithm can...
29 KB (4,499 words) - 06:31, 14 April 2025
Longest common subsequence (redirect from Difference Algorithm)
linear in the lengths of the remaining sequences, so the time for this algorithm would be O ( 2 n 1 ∑ i > 1 n i ) . {\displaystyle O\left(2^{n_{1}}\sum...
35 KB (4,355 words) - 22:13, 6 April 2025
Wagner–Fischer algorithm String-searching algorithm Apostolico–Giancarlo algorithm Boyer–Moore string-search algorithm Boyer–Moore–Horspool algorithm Knuth–Morris–Pratt...
8 KB (988 words) - 21:36, 23 September 2024
Longest common substring (section Algorithms)
Wikibooks has a book on the topic of: Algorithm Implementation/Strings/Longest common substring In computer science, a longest common substring of two...
8 KB (1,072 words) - 16:32, 25 May 2025
name, it matches any value, but does not bind the value to any name. Algorithms for matching wildcards in simple string-matching situations have been...
22 KB (2,581 words) - 19:44, 12 May 2025
complexity of source code; greater risk of bugs This table compares the algorithmic traits of string and rope implementations, not their raw speed. Array-based...
16 KB (1,787 words) - 10:55, 12 May 2025
to as bounding volume tree (BV-tree, BVT) Boyer–Moore string-search algorithm Boyer–Moore–Horspool algorithm bozo sort B+ tree BPP (complexity) Bradford's...
35 KB (3,135 words) - 18:46, 6 May 2025
international player Nigel Horspool, British-born Canadian professor of computer science; inventor of the Boyer–Moore–Horspool algorithm Nigel Horton (born 1948)...
53 KB (6,409 words) - 07:52, 29 May 2025
Suffix automaton (section Construction algorithm)
the University of Colorado Boulder. They suggested a linear time online algorithm for its construction and showed that the suffix automaton of a string...
55 KB (8,334 words) - 06:31, 14 April 2025
Ternary search tree (category Search algorithms)
(by Jon Bentley and Robert Sedgewick) about ternary search trees and algorithms for "sorting and searching strings" Ternary Search Tries – a video by...
14 KB (1,784 words) - 21:43, 13 November 2024
always decode the entire text and then apply a classic string matching algorithm, but this usually requires more space and time and often is not possible...
4 KB (510 words) - 23:18, 19 December 2023
Substring index (category Algorithms on strings)
related to the suffix tree and constructable by variants of the same algorithms. The suffix array, a sorted array of the starting positions of suffixes...
5 KB (611 words) - 08:19, 10 January 2025
one should examine a simplified version of the Boyer-Moore algorithm, Horspool's algorithm. The algorithm starts at the nth character of the text m and...
14 KB (2,103 words) - 20:02, 1 November 2023