UNPKG

@robotical/martyblocks

Version:
2 lines (1 loc) 72 B
export default function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>