mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
doc
This commit is contained in:
parent
069423bb77
commit
fcfd8f19b0
1 changed files with 8 additions and 0 deletions
|
|
@ -24,3 +24,11 @@ val scc :
|
|||
nodes:'node list ->
|
||||
unit ->
|
||||
'node list list
|
||||
(** Compute the strongly connected components of the given [graph],
|
||||
reachable from [nodes].
|
||||
|
||||
@param graph the graph state
|
||||
@param children maps a node to its direct descendants (children)
|
||||
@param nodes initial nodes.
|
||||
@param tbl a hashtable implementation that takes nodes as keys
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue