string-searching
There are 13 repositories under string-searching topic.
BurntSushi/memchr
Optimized string search routines for Rust.
yihleego/trie
đź“’ An Aho-Corasick algorithm based string-searching utility for Go. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words, etc.
yihleego/trie4j
đź“’ An Aho-Corasick algorithm based string-searching utility for Java. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words, etc.
jai-k-gohil/Dart-Searchify
A dart plugin for seamless integration of implementations of various string searching algorithms in dart applications.
JohnPapad/Distributed-File-Management-Tool
A distributed File Management Tool in C++, using processes, forking, named-pipes (FIFOs) and low-level I/O.
coursecomputer/boyer-moore-horspool
[EN] Implementation of the Boyer-Moore-Horspool algorithm / [FR] Implémentation de l'algorithme Boyer-Moore-Horspool
coursecomputer/knuth-morris-pratt
[EN] Implementation of the Knuth-Morris-Pratt algorithm / [FR] Implémentation de l'algorithme Knuth-Morris-Pratt
Fireball19/algorithmen-online
Algorithmen visualisiert mit HTML, CSS und Javascript.
JohnPapad/Web-Server-Crawler
An implementation of three different, collaborative applications (web creator, server, crawler), using threads (producer-consumers), shared memory, mutexes and sockets.
agl-alexglopez/str_view
Simple, robust, and convenient read-only string handling in C.
muhammadshaffay/Word-Quest
A C# software with GUI that uses 3 string matching algorithms (BF, RK and KMP) for efficient word search.
hoklavat/beginner-regex
regular expressions for beginners.
vanam/string-search
Effective string searching algorithm (Aho-Corasick).