UNPKG

maximum-matching

Version:

Implementation of Blossom's Algorithm for Maximum Matching

2 lines (1 loc) 66 B
export declare function mod(num: number, modulo: number): number;