Trees

From TRCCompSci - AQA Computer Science
Revision as of 08:34, 18 May 2017 by ThomasWard (talk | contribs) (What is a Tree)
Jump to: navigation, search

What is a Tree

A tree is a connected undirected graph with no cycles in it.

What is a Rooted Tree

What is a Binary Tree

What is a Binary Tree Search