A property that distinguishes trees from graphs is:
A node can have at most one parent.
Edges are uni-directional.
All nodes are connected to the root.
There are no cycles in the structure.

Computer Science Exercises are loading ...