Please enable JavaScript.
Coggle requires JavaScript to display documents.
Tree (Terminology (Node (Ancestor, Descendant, External node or Terminal…
Tree
Terminology
Node
Ancestor
Descendant
External node
or
Terminal node
Level
Internal Node
or
Nonterminal Node
Height of a node
Root
Degree
Path
Height of a Tree
Binary Tree
Type
Binary Search Tree
Proper (Full) Binary Tree
or
Hight-balanced
Complete Binary Tree
or
Perfect Balanced
Perfect Binary Tree
AVL Tree
Operations
Insertion
Deletion
Rotation
Heap
Operations
Search
Insertion
Delete
Copying
Merge