@joyghosh/matchstick
A collection of APIs for common pattern searching algorithms. Supported implementations are naive (simple), KMP pattern search and Rabin-Karp method.
rolling-search
filter the array of string/json objects using Rabin Karp algorithm
srikar526_graph_and_string_algorithms
A collection of common graph and string algorithms in JavaScript, including Dijkstra's, Floyd-Warshall, Union-Find, Naive Pattern Matching, and Rabin-Karp.