Tree
Data Structures โฉ Graph โฉ Tree
tree: an (undirected) connected graph in that any pair of vertices has a unique route between them.
leaf: vertex of degree 1 (has only one edge) in a tree.
Last updated
Data Structures โฉ Graph โฉ Tree
tree: an (undirected) connected graph in that any pair of vertices has a unique route between them.
leaf: vertex of degree 1 (has only one edge) in a tree.
Last updated