string-searching

There are 13 repositories under string-searching topic.

  • BurntSushi/memchr

    Optimized string search routines for Rust.

    Language:Rust770176295
  • 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.

    Language:Go46204
  • 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.

    Language:Java29207
  • jai-k-gohil/Dart-Searchify

    A dart plugin for seamless integration of implementations of various string searching algorithms in dart applications.

    Language:Dart3212
  • JohnPapad/Distributed-File-Management-Tool

    A distributed File Management Tool in C++, using processes, forking, named-pipes (FIFOs) and low-level I/O.

    Language:C++3101
  • coursecomputer/boyer-moore-horspool

    [EN] Implementation of the Boyer-Moore-Horspool algorithm / [FR] Implémentation de l'algorithme Boyer-Moore-Horspool

    Language:Go1100
  • coursecomputer/knuth-morris-pratt

    [EN] Implementation of the Knuth-Morris-Pratt algorithm / [FR] Implémentation de l'algorithme Knuth-Morris-Pratt

    Language:Go1100
  • Fireball19/algorithmen-online

    Algorithmen visualisiert mit HTML, CSS und Javascript.

    Language:HTML11360
  • JohnPapad/Web-Server-Crawler

    An implementation of three different, collaborative applications (web creator, server, crawler), using threads (producer-consumers), shared memory, mutexes and sockets.

    Language:HTML1100
  • agl-alexglopez/c-str-view

    An experiment with string fiddling in C. Is the C++ std::string_view abstraction a good fit for C?

    Language:C0100
  • muhammadshaffay/Word-Quest

    A C# software with GUI that uses 3 string matching algorithms (BF, RK and KMP) for efficient word search.

    Language:C#0100
  • hoklavat/beginner-regex

    regular expressions for beginners.

  • vanam/string-search

    Effective string searching algorithm (Aho-Corasick).

    Language:Java20