The ISAP algorithm implemented in typescript
Find the longest common subsequence.
A algorithm based on minimax search and alpha-beta prune to solve gomoku game.
Dancing link + Algorithm X
Knuth shuffle
A efficient Sudoku solver and creator.
Typescript implementation of queues, such as priority queue and circular queue.
A Base64 encoding implementation.
The dinic algorithm implemented in typescript
GCD + Euclidean algorithm
Priority queue.
huffman + Euclidean algorithm
Sliding window
Knuth shuffle
Conversion between Roman numerals and Arabic numerals
Dijkstra algorithm optimized with priority queue.
Find the index of first elements which greater or equals than the target element.
Bellman-ford algorithm.
Find set written in Typescript.
The MCMF algorithm implemented in typescript
Binary Index Tree
Find the diff between of two sequence or string.
Find the index of first elements which greater or equals than the target element.
Common types for the algorithm.ts packages.