Files
conference-room-booking-system/frontend/node_modules/@rtsao/scc/index.d.ts

2 lines
72 B
TypeScript
Raw Normal View History

export default function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>