Table of Contents
Tree - Binary Tree
About
A tree is said to be binary when each
node
can only have two
children
.
Articles Related
Ordinal Data - Merge sort Algorithm
Algorithm - Complexity (Big O)
Tree - Depth-First Search (DFS)
Example
Type
full-binary tree,
complete-binary tree,
binary search tree (BST)
,
height balance tree (AVL),
red-black tree