boyermoore
There are 12 repositories under boyermoore topic.
0x1F9F1/mem
A collection of C++11 headers useful for reverse engineering
eriknyquist/boyermoore
Boyer-moore in pure python, search for unicode strings in large files quickly
sachinlala/SimplifyLearning
Basic and advanced Algorithms, written in Java, built w/ Gradle, CI thru TravisCI, covered w/ JaCoCo and coverage reported thru Coveralls.
krad/boyermoore
Boyer-Moore search algorithm implemented as an extension on Collection
LeithOscar/Frontend-predictionSearch
Boyer Moore Pattern
rodamber/aava
Repository for the Advanced Algorithms 2016/2017 course project at IST, University of Lisbon
Tasswon/Algorithms
The repository contains the code for various algorithms and coding techniques.
VDBBjorn/Advanced-Algorithms
Algorithms implemented by me for the course "Advanced Algorithms" (J. Cnops) at the Ghent University (Master of Science in Industrial Engineering: Information Science)
harryawk/stringMatcher
Web Application for simple sentiment analysis from string matching
kylethedeveloper/fill_in_the_blanks
This is a C++ project for my Analysis of Algorithms class.
NicholasLiem/IF2211_TugasBesar_3_ImaGenieChatBot_BE
In this assignment, the program is required to develop a simple ChatGPT application by applying the simplest QA approach. The search for the most similar question to the question given by the user is done using the Knuth-Morris-Pratt (KMP) and Boyer-Moore (BM) string matching algorithms.