🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2 lines
72 B
TypeScript
2 lines
72 B
TypeScript
export default function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>
|