392 packages
accb
acm-cpp-code-build. a cli-tool for build acm/codes.
@algorithm.ts/base64
A Base64 encoding implementation.
@algorithm.ts/bellman-ford
Bellman-ford algorithm.
@algorithm.ts/binary-index-tree
Binary Index Tree
@algorithm.ts/binary-search
Find the index of first elements which greater or equals than the target element.
@algorithm.ts/bipartite-graph-matching
The algorithm to find the maximum matching of the bipartite graph.
@algorithm.ts/bipartite-matching
The algorithm to find the maximum matching of the bipartite graph.
@algorithm.ts/calculate
A tiny calculator for number arithmetics such as '+-*/()'
@algorithm.ts/calculator
A tiny calculator for number arithmetics such as '+-*/()'
@algorithm.ts/circular-queue
Circular queue in Typescript