boyer-moore-algorithm
There are 53 repositories under boyer-moore-algorithm topic.
0x1F9F1/mem
A collection of C++11 headers useful for reverse engineering
kehengzhong/adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
eriknyquist/boyermoore
Boyer-moore in pure python, search for unicode strings in large files quickly
rootslab/bop
Bop is a very fast Boyer-Moore parser/matcher for String or Buffer patterns.
Avinash793/String-matching-algorithms-and-applications
Implementation of various string matching algorithms and their experimental analysis. Contains paper describing different string matching algorithms with their time and space complexities.
amenezes/pybmoore
Python/Cython Boyer-Moore string-search algorithm
NaughtyConstrictor/From-Majority-to-Frequent-Elements-Boyer-Moore-and-Misra-Gries
Boyer-Moore majority vote algorithm and Misra-Gries Summary for finding frequent elements, explained (Python code included).
berv-uni-project/tweety
Tweety, Twitter Tweet Analyzer
Francesco601/Python-DSA
This is a repository of algorithms and data structures in Python and related stuff.
Uladzimir1986/BoyerMoore2D
A Boyer-Moore Approach for Two-Dimensional Matching
DinaraGil/Search-Algorithms
Linear, binary, brute-force, Boyer-Moore search algorithms. Comparison of time usage of binary and linear algoritms with Tkinter GUI.
franciscosantos1914/algorithms
Famous algorithms done with Javascript
jumbuna/data-structures-algorithms
Common Data Structures And Algorithms Implemented In C++. FOR LEARNING PURPOSES ONLY
lisael/pony-bm
Fast string search using Boyer-Moore algorithm in pony
roza/boyer-moore-demo
Interactive demo of the Boyer-Moore string search algorithm (bad character rule only)
anhoder/boyer-moore
PHP implementation of Boyer-Moore character search algorithm, support for Chinese.
anii21/Plagiarism-Detector
This repo contains the source code of Plagiarism detection system using string matching algorithm -Knuth-Morris-Pratt, Boyer-Moore and Rabin Karp.
bryanvanhuyneghem/UGhent_Advanced-Algorithms
Labs for the Advanced Algorithms course
byrafsha/algorithms-for-patterns
Design and Analysis of Algorithms, Assignment - BS CS Degree Program
kevvaria/Pattern-Matching
Match patterns between different strings and display the number of comparisons for each pattern
KyleSmith19091/GREP_Implementation
Naive implementation of grep tool using the Boyer Moore String matching algorithm
LesiaUKR/goit-algo-hw-05
Master's | Basic Algorithms & Data structures | Module 5 | Searching Algorithms
nandadeepd/string-matching
Algorithms final project, winter 2019
ptrvsrg/NSU-labs-C
Лабораторные работы по дисциплине "Программирование" 1 курса ФИТ НГУ
rashi-bhansali/Spell-Checker
Created a Flask (python) based web tool that uses Boyer-Moore String/Pattern matching approximation algorithm to rectify misspelled words via suggestions
SamuraJey/NodeJS-HW
Репозиторий для задач по курсу "скрипты"
tnt-pham/StringMatcher
Final programming project for Programming I.
vincentbudianto/ChatBot
A simple chatbot that can answer some simple questions
ASMHSE/LookingFor-in-Assembly
A Masm64 tool to find strings in files.
lipeeeee/srch
Performant recursive file content search tool for quick string matching
saitamawashere/BoyerMoore-SaitamaCode
Simple Calculated and Implementation of Boyer Moore Algorithm With Python
yhasansenyurt/AnalysisOfAlgorithms
These repository contains analysis of algorithms projects.
f01c33/gp
grep reimplementation
genielvn/PDF-Keyword-Search-Engine
A tool to search keywords on multiple PDF files using Boyer-Moore Search Matching Algorithm.
mikeleo03/ChatGPT-Clone-String-Matching
Tugas Besar 3 Strategi Algoritma IF2211 - Simple ChatGPT Clone using KMP and Boyer-Moore String Matching Algorithms
yevheniidatsenko/goit-algo-hw-05
📊 Hometask - Basic Algorithms and Data Structures (Search Algorithms)