UNPKG

maximum-matching

Version:

Implementation of Blossom's Algorithm for Maximum Matching

2 lines (1 loc) 35 B
export declare type Node = string;