Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: boyer-moore-algorithm

genielvn/PDF-Keyword-Search-Engine

A tool to search keywords on multiple PDF files using Boyer-Moore Search Matching Algorithm.

Language: Python - Size: 113 KB - Last synced: 7 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

ASMHSE/LookingFor-in-Assembly

A Masm64 tool to find strings in files.

Language: Assembly - Size: 234 KB - Last synced: 7 days ago - Pushed: 8 days ago - Stars: 0 - Forks: 0

krystof-cejchan/algorithms_for_searching_in_csv

Language: Python - Size: 13.7 KB - Last synced: 18 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

roza/boyer-moore-demo Fork of dwnusbaum/boyer-moore-demo

Interactive demo of the Boyer-Moore string search algorithm (bad character rule only)

Language: TypeScript - Size: 947 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

byrafsha/algorithms-for-patterns

Design and Analysis of Algorithms, Assignment - BS CS Degree Program

Language: C++ - Size: 12.7 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

eriknyquist/boyermoore

Boyer-moore in pure python, search for unicode strings in large files quickly

Language: Python - Size: 2.79 MB - Last synced: 11 days ago - Pushed: over 1 year ago - Stars: 20 - Forks: 2

fzehracetin/data-structures-and-algorithms

All necessary codes for Data Structures and Algorithms that I learned in the namesake course.

Language: C - Size: 36.1 KB - Last synced: 2 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

SamuraJey/NodeJS-HW

Репозиторий для задач по курсу "скрипты"

Language: JavaScript - Size: 1.11 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 1

lipeeeee/srch

Performant recursive file content search tool for quick string matching

Language: Go - Size: 67.4 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

berv-uni-project/tweety 📦

Tweety, Twitter Tweet Analyzer

Language: C# - Size: 26.6 MB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 3 - Forks: 2

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

Language: Python - Size: 568 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

Francesco601/Python-DSA

This is a repository of algorithms and data structures in Python and related stuff.

Language: Python - Size: 148 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

rootslab/bop

Bop is a very fast Boyer-Moore parser/matcher for String or Buffer patterns.

Language: JavaScript - Size: 76.2 KB - Last synced: 5 months ago - Pushed: over 6 years ago - Stars: 15 - Forks: 2

RobertCarrUTA/C-Multithreaded-Fast-Substring-Finder

This is an extremely fast implementation of the Boyer-Moore substring search algorithm for Windows. It can find a substring at the end of a 112,386,212 character file in 0.003 seconds. This project was primarily an experiment, driven by curiosity to explore speed potential in substring searching. It does not intend to serve practical applications.

Language: C - Size: 70.1 MB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

YigitTuncer07/StringMatchingComparison

A comparison of Brute-Force, Horspool's and Boyer-Moore string matching algorithms

Language: HTML - Size: 4.86 MB - Last synced: 12 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mikeleo03/Tubes3_GatauNamanya

Tugas Besar 3 Strategi Algoritma IF2211 - Simple ChatGPT Clone using KMP and Boyer-Moore String Matching Algorithms

Language: JavaScript - Size: 5.44 MB - Last synced: almost 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

amenezes/pybmoore

Python/Cython Boyer-Moore string-search algorithm

Language: Python - Size: 349 KB - Last synced: 10 days ago - Pushed: 3 months ago - Stars: 4 - Forks: 1

kehengzhong/adif

用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。

Language: C - Size: 710 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 62 - Forks: 26

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.

Language: C++ - Size: 504 KB - Last synced: 7 months ago - Pushed: about 6 years ago - Stars: 6 - Forks: 6

0x1F9F1/mem

A collection of C++11 headers useful for reverse engineering

Language: C++ - Size: 400 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 99 - Forks: 20

ptrvsrg/NSU_Labs_C

Лабораторные работы по дисциплине "Программирование" 1 курса ФИТ НГУ

Language: C - Size: 993 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

darian-catalin-cucer/boyer-moore-algorithm

The Boyer-Moore algorithm is a string search algorithm that efficiently searches for the occurrence of a pattern in a text. It works by pre-processing the pattern to determine the bad character rule and good suffix rule, which are used to quickly skip over sections of the text that cannot match the pattern. Time complexity of O(n/m)

Language: Kotlin - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ribborges/String-Matching

A simple C program using the Boyer-More algorithm.

Language: C - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Mimmey/BoyerMoore

Boyer-Moore algorithm

Language: Java - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

kevvaria/Pattern-Matching

Match patterns between different strings and display the number of comparisons for each pattern

Language: Python - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

DinaraGil/Search-Algorithms

Linear, binary, brute-force, Boyer-Moore search algorithms. Comparison of time usage of binary and linear algoritms with Tkinter GUI.

Language: Python - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

lucianobajr/TPS-PAA

Trabalhos Práticos da disciplina de CCF 330 - Projeto e Análise de Algoritmos

Language: C - Size: 4.14 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

bryanvanhuyneghem/UGhent_Advanced-Algorithms

Labs for the Advanced Algorithms course

Language: C++ - Size: 53 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

KyleSmith19091/GREP_Implementation

Naive implementation of grep tool using the Boyer Moore String matching algorithm

Language: C++ - Size: 22.5 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

tnt-pham/StringMatcher

Final programming project for Programming I.

Language: Python - Size: 207 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

anhoder/boyer-moore

PHP implementation of Boyer-Moore character search algorithm, support for Chinese.

Language: PHP - Size: 8.79 KB - Last synced: 6 days ago - Pushed: over 2 years ago - Stars: 1 - Forks: 1

LuckyWirasakti/telegram-bot

Telegram Bot With Boyer Moore Algorithm Implementation

Language: PHP - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

lisael/pony-bm

Fast string search using Boyer-Moore algorithm in pony

Language: Pony - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 1 - Forks: 0

vincentbudianto/ChatBot

A simple chatbot that can answer some simple questions

Language: CSS - Size: 987 KB - Last synced: almost 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

kylethedeveloper/fill_in_the_blanks

This is a C++ project for my Analysis of Algorithms class.

Language: C++ - Size: 50.8 KB - Last synced: 12 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

vin-rmdn/dialectify

Turn a sentence of a language into a bizzare, unreadable dialected language with inspirations from another language.

Language: PHP - Size: 118 KB - Last synced: 11 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

tifaniwarnita/STIMA3-Catalyzer

Web application for retrieving tweet data using Knuth–Morris–Pratt and Boyer–Moore algorithms for the string matching.

Language: Java - Size: 7.59 MB - Last synced: about 1 year ago - Pushed: about 9 years ago - Stars: 0 - Forks: 1

nandadeepd/string-matching

Algorithms final project, winter 2019

Language: Jupyter Notebook - Size: 1.96 MB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 1 - Forks: 1

pasindumadusanka95/C-algo

C language algo

Language: C - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

naironics/DsAlgos

Data Structures & Algorithms in Java

Language: Java - Size: 113 KB - Last synced: 10 months ago - Pushed: almost 11 years ago - Stars: 0 - Forks: 0

karenyov/algoritmoBoyerMoore

Language: Java - Size: 18.6 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

krad/boyermoore

Boyer-Moore search algorithm implemented as an extension on Collection

Language: Swift - Size: 12.7 KB - Last synced: 4 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Related Keywords
boyer-moore-algorithm 42 boyer-moore 12 string-matching 7 kmp-algorithm 7 algorithms 6 c 5 boyermoore 5 rabin-karp-algorithm 5 python 4 java 4 search-algorithm 4 pattern-matching 4 dynamic-programming 3 kruskal-algorithm 3 cpp 3 boyer-moore-horspool 3 algorithm 3 twitter-api 2 depth-first-search 2 file-search 2 knuth-morris-pratt 2 knuth-morris-pratt-algorithm 2 quicksort 2 cli 2 regex 2 php 2 data-structures 2 algorithms-and-data-structures 2 topsort 1 stack-calculator 1 prims-algorithm 1 narayana-algorithm 1 huffman-compressor 1 bruteforce 1 algorithm-challenges 1 algorithms-datastructures 1 boyer-moore-sunday 1 html 1 substring-search 1 university-project 1 js 1 math 1 kotlin 1 mergesort 1 automata 1 brute-force 1 c-plus-plus 1 hybrid-string 1 suffix-tries 1 aob 1 cplusplus 1 cplusplus-11 1 memory 1 memory-scanner 1 memory-scanning 1 pointer 1 reverse-engineering 1 rtti 1 avl-tree 1 cmake 1 convex-hull 1 dijkstra-shortest-path 1 github-actions 1 heapsort 1 chinese 1 string-matcher 1 bot 1 telegram 1 telegram-bot 1 pony-language 1 chatbot 1 fill-in-the-blank 1 bahasa 1 dialect 1 dialek 1 indonesia 1 indonesian 1 language 1 naive-algorithm 1 datastructuresandalgorithm 1 trinary-tree 1 algoritmo 1 algotirhm 1 collection-protocol 1 iterator 1 binary-search 1 linear-search 1 approximated-shit-and 1 arts-generator 1 backtracking 1 colorful-print-fonts 1 crypto 1 cryptoanalysis 1 decrypt 1 frequency-analysis 1 shift-and 1 deflate-algorithm 1 euler-circuit 1 graph-algorithms 1 heaps 1