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