Showing 1-20 of 165 packages
Bindings for RE2: fast, safe alternative to backtracking regular expression engines.
Transparent linear-time (non-backtracking) regular expressions for libraries
Provides a few implementations of backtracking algorithms.
Evaluates regular expressions with a time limit to mitigate DOS attacks based on catastrophic backtracking.
A lightweight Sudoku puzzle generator that creates randomized 9×9 grids using a backtracking algorithm. Generates complete, valid Sudoku boards suitable for games and puzzle applications.
A library to find JS RegExp with super-linear worst-case time complexity for attack strings that repeat a single character.
higher order functions for function composition, laziness, backtracking, set theoretic operations, and other magic
Bindings for RE2: fast, safe alternative to backtracking regular expression engines.
A recursive-backtracking maze generator algorithm
A backtracking parser for Node.js
Bindings for RE2: fast, safe alternative to backtracking regular expression engines.
A backtracking sudoku solver
A generalized backtracking search library
Make non-backtracking regular expressions from arrays of strings.
A tiny, PEG-like system for building language grammars with regexes.
A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
TypeScript implementation of backtracking algorithm commonly used ot solve sudoku puzzles
As fast as possible sudoku solver and generator using the backtracking algorithm. It's a native node.js extension written in C.
A small lib to validate IP addresses.
simple backtracking sat solver