331 skills found · Page 6 of 12
hgoebl / DoublemetaphonePhonetic encoding a string with DoubleMetaphone algorithm (JS browser+node)
Aabhas99 / HackerRank Solution To AlgorithmsSolution To HackerRank Problems
Arcoth / ConstainerA constexpr string, container and algorithm library for C++14/1Z.
JayakrishnaThota / Algorithms And Data StructuresMy Solutions to basic Algorithms and Data Structures
mailmangroup / DiffChineseClient side javascript string diff algorithm that supports Chinese
jmhsieh / Aho CorasickAho Corasick Multiple String search algorithm, based on Danny Yoo's implementation.
xlab / HandysortAlphanumeric string sorting algorithm implementation in Go
CGJennings / Fjs String MatchingOfficial sample code for the very fast Franek-Jennings-Smyth (FJS) full text string search algorithm
xavierleroy / OcamlagrepString searching with errors, using the Wu-Manber algorithm
Robert-van-Engelen / FastGlobbingFaster and safer algorithms for string matching with wildcards, globs, and gitignore-style globs
XiaooLei / Lightdblightdb is a distributed Key-Value data store system based on bitcask model, supporting redis-like data types(String, Hash, List, Set, ZSet) and diverse commands to access it. lightdb has the implemented the capability to deploy as a replication cluster based on Raft consensus algorithm.
dryruner / String MatchingString matching algorithms, like using Brute force, Finite state machine, KMP, Shift_and, etc.
jedld / Multi String ReplaceA fast multiple string replace library for ruby. Uses a C implementation of the Aho–Corasick Algorithm based on https://github.com/morenice/ahocorasick while adding support for on the fly multiple string replacement. Faster alternative to String.gsub when dealing with non-regex (exact match) use cases
guofei / Aho Corasick NodeA Node implementation of the Aho-Corasick string matching algorithm based on DoubleArray Trie.
mailund / StralgSmall library of string algorithms
jgrahamc / Aho Corasick LuaLua implementation of the Aho-Corasick string matching algorithm
boazsender / Backbone.searchQuick search plugin for backbone collections using the Quicksilver string ranking algorithm.
altivi / Lz StringRuby implementation of LZ-String compression algorithm
Devinterview-io / String Data Structure Interview Questions🟣 String Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2026.
Apress / String Algorithms In CSource Code for 'String Algorithms in C' by Thomas Mailund