Since we have started in string search in general, we might as well add the famous Boyer-Moore String-Search algorithm for pattern matching.
It is certain that this algorithm is not completely suitable for fuzzy search since it gets faster as the pattern size increases, but for the sake of the starting purpose of this project, we can give it a look.
Since we have started in string search in general, we might as well add the famous
Boyer-Moore String-Searchalgorithm for pattern matching.It is certain that this algorithm is not completely suitable for fuzzy search since it gets faster as the pattern size increases, but for the sake of the starting purpose of this project, we can give it a look.