generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// @flow
|
||||
|
||||
declare function tarjan<T>(graph: Map<T, Set<T>>): Array<Set<T>>;
|
||||
|
||||
declare module.exports: typeof tarjan;
|
||||
Reference in New Issue
Block a user