Returns a new graph object containing a subset of the vertices and edges of the original graph, such that the new graph is a tree. Namespace: MindFusion.Graphs
|
JavaScript
![]() |
---|
function tree (root) |
The desired root vertex of the tree.
The newly created tree.