@aureooms/js-topological-sorting
Topological sorting for JavaScript
Topological sorting for JavaScript
natural language processing code bricks for JavaScript
operations research and optimization code bricks for JavaScript
Permutation library for JavaScript
Rational numbers for JavaScript
dijkstra algorithm
A library for hashing strings using various algorithms.
Eratosthenes primality implementation
A factorial implementation
A cached fibonacci implementation
The algorithm to find the maximum matching of the bipartite graph.
Find the diff between of two sequence or string.
Dijkstra algorithm optimized with priority queue.
Dijkstra algorithm (bigint version) optimized with @algorithm.ts/priority-queue.
The dinic algorithm implemented in typescript
Dancing link + Algorithm X
GCD + Euclidean algorithm
A algorithm based on minimax search and alpha-beta prune to solve gomoku game.
Types and utils from solving graph problems.
A simple data structure to manage history through circular stack.