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.
Python/Cython Boyer-Moore string-search algorithm
Boyer-Moore majority vote algorithm and Misra-Gries Summary for finding frequent elements, explained (Python code included).
This is a repository of algorithms and data structures in Python and related stuff.
Tweety, Twitter Tweet Analyzer
A Boyer-Moore Approach for Two-Dimensional Matching
Linear, binary, brute-force, Boyer-Moore search algorithms. Comparison of time usage of binary and linear algoritms with Tkinter GUI.
Famous algorithms done with Javascript
Common Data Structures And Algorithms Implemented In C++. FOR LEARNING PURPOSES ONLY
Fast string search using Boyer-Moore algorithm in pony
Interactive demo of the Boyer-Moore string search algorithm (bad character rule only)
Match patterns between different strings and display the number of comparisons for each pattern
This repo contains the source code of Plagiarism detection system using string matching algorithm -Knuth-Morris-Pratt, Boyer-Moore and Rabin Karp.
Labs for the Advanced Algorithms course
Created a Flask (python) based web tool that uses Boyer-Moore String/Pattern matching approximation algorithm to rectify misspelled words via suggestions
Final programming project for Programming I.
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."