Difference between revisions of "Trees"
ThomasWard (talk | contribs) (→What is a Tree) |
ThomasWard (talk | contribs) (→What is a Rooted Tree) |
||
Line 3: | Line 3: | ||
==What is a Rooted Tree== | ==What is a Rooted Tree== | ||
+ | A tree with one vertex singled out as a starting point. | ||
+ | |||
==What is a Binary Tree== | ==What is a Binary Tree== | ||
==What is a Binary Tree Search== | ==What is a Binary Tree Search== |
Revision as of 07:34, 18 May 2017
Contents
What is a Tree
A tree is a connected undirected graph with no cycles in it.
What is a Rooted Tree
A tree with one vertex singled out as a starting point.