A collection of C++11 headers useful for reverse engineering
-
Updated
May 19, 2022 - C++
A collection of C++11 headers useful for reverse engineering
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Boyer-moore in pure python, search for unicode strings in large files quickly
Bop is a very fast Boyer-Moore parser/matcher for String or Buffer patterns.
Implementation of various string matching algorithms and their experimental analysis. Contains paper describing different string matching algorithms with their time and space complexities.
Boyer-Moore majority vote algorithm and Misra-Gries Summary for finding frequent elements, explained (Python code included).
Python/Cython Boyer-Moore string-search algorithm
Tweety, Twitter Tweet Analyzer
This is a repository of algorithms and data structures in Python and related stuff.
A Boyer-Moore Approach for Two-Dimensional Matching
Famous algorithms done with Javascript
Created a Flask (python) based web tool that uses Boyer-Moore String/Pattern matching approximation algorithm to rectify misspelled words via suggestions
Linear, binary, brute-force, Boyer-Moore search algorithms. Comparison of time usage of binary and linear algoritms with Tkinter GUI.
Interactive demo of the Boyer-Moore string search algorithm (bad character rule only)
Common Data Structures And Algorithms Implemented In C++. FOR LEARNING PURPOSES ONLY
Fast string search using Boyer-Moore algorithm in pony
Algorithms final project, winter 2019
Design and Analysis of Algorithms, Assignment - BS CS Degree Program
Master's | Basic Algorithms & Data structures | Module 5 | Searching Algorithms
Match patterns between different strings and display the number of comparisons for each pattern
Add a description, image, and links to the boyer-moore-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the boyer-moore-algorithm topic, visit your repo's landing page and select "manage topics."