answersLogoWhite

0

In the area known as graph theory, a tree has nodes and edges joining the nodes.

A tree is a type of graph which is connected (you can get from each node to every other node by following the edges), but has no cycles (you can't follow edges around in a circle).

There is more, including a picture, here:

http://en.wikipedia.org/wiki/Tree_(graph_theory)

Trees have uses in computer science.

User Avatar

Wiki User

16y ago

What else can I help you with?