boyer-moore-algorithm
Here are 60 public repositories matching this topic...
Language:All
Sort:Most stars
A collection of C++11 headers useful for reverse engineering
- Updated
May 19, 2022 - C++
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
- Updated
Oct 24, 2024 - C
Boyer-moore in pure python, search for unicode strings in large files quickly
- Updated
Dec 17, 2022 - Python
Bop is a very fast Boyer-Moore parser/matcher for String or Buffer patterns.
- Updated
Mar 14, 2025 - JavaScript
Python/Cython Boyer-Moore string-search algorithm
- Updated
Sep 21, 2025 - Python
Implementation of various string matching algorithms and their experimental analysis. Contains paper describing different string matching algorithms with their time and space complexities.
- Updated
Mar 14, 2018 - C++
A web-based search application for .txt files with five algorithms (Linear, Binary, Naive, KMP, Boyer-Moore) and execution time visualization
- Updated
Aug 28, 2025 - HTML
Boyer-Moore majority vote algorithm and Misra-Gries Summary for finding frequent elements, explained (Python code included).
- Updated
Dec 20, 2023
A Boyer-Moore Approach for Two-Dimensional Matching
- Updated
Jan 24, 2021 - Python
This is a repository of algorithms and data structures in Python and related stuff.
- Updated
Aug 14, 2023 - Python
Tweety, Twitter Tweet Analyzer
- Updated
Jan 26, 2023 - C#
Linear, binary, brute-force, Boyer-Moore search algorithms. Comparison of time usage of binary and linear algoritms with Tkinter GUI.
- Updated
Feb 11, 2021 - Python
Famous algorithms done with Javascript
- Updated
Feb 16, 2024 - JavaScript
Common Data Structures And Algorithms Implemented In C++. FOR LEARNING PURPOSES ONLY
- Updated
Aug 8, 2020 - C++
Interactive demo of the Boyer-Moore string search algorithm (bad character rule only)
- Updated
Jan 19, 2022 - TypeScript
Лабораторные работы по дисциплине "Программирование" 1 курса ФИТ НГУ
- Updated
Feb 24, 2023 - C
Fast string search using Boyer-Moore algorithm in pony
- Updated
Sep 2, 2016 - Pony
Match patterns between different strings and display the number of comparisons for each pattern
- Updated
Jan 2, 2021 - Python
This repo contains the source code of Plagiarism detection system using string matching algorithm -Knuth-Morris-Pratt, Boyer-Moore and Rabin Karp.
- Updated
Aug 15, 2024 - Python
Created a Flask (python) based web tool that uses Boyer-Moore String/Pattern matching approximation algorithm to rectify misspelled words via suggestions
- Updated
Nov 29, 2023 - Python
Improve this page
Add a description, image, and links to theboyer-moore-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theboyer-moore-algorithm topic, visit your repo's landing page and select "manage topics."