-
CPAN
a perl6 implementation for solving the disjoint set union problem (a.k.a. Union-Find Tree)
-
ZEF
Provides some functions from 'Introduction to Algorithms', Third Edition
-
CPAN
-
ZEF
Soundex algorithms in Raku
-
P6C
Various Raku Sequences for spirals in matrix (two-dimensional arrays).
-
P6C
Find cycles in a directed graph using Tarjan's strongly connected component algorithm
-
ZEF
the algorithm which blends trie and binary search tree
-
ZEF
randomized search tree
-
P6C
a character keyed trie using the datrie library.
-
P6C
HMM decoding with the Viterbi algorithm.