Function spanning tree of graph graph starting at node root

spanning tree of graph starting at node root

Format:

spanning tree of graph graph starting at node root

Input:

list graph -
number root -

Output:

list - None

Properties that reference this function:

spanning tree of graph graph starting at node v = output of the spanning_tree function where the input graph is graph, backwards index is 0, and the spanning tree is [ node (v, [ ]), [ ] ] (construct spanning tree begin)


Comments

Please log in to add comments