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