Difference between revisions of "Trees"
ThomasWard (talk | contribs) (→What is a Tree) |
|||
Line 1: | Line 1: | ||
==What is a Tree== | ==What is a Tree== | ||
+ | A tree is a connected undirected graph with no cycles in it. | ||
+ | |||
==What is a Rooted Tree== | ==What is a Rooted Tree== | ||
==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.