simondh's picture
front
cc651f6
raw
history blame
72 Bytes
export default function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>