Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Definition and Terminology
Types of Trees
Definition
Properties
Types of Binary Trees
Full Binary Tree
Complete Binary Tree
Perfect Binary Tree
Balanced Binary Tree
Degenerate (or pathological) Tree
3. Binary Search Trees (BST)
Definition
Properties
Operations
Insertion
Deletion
Search
Traversal (Inorder, Preorder, Postorder)
Definition
Rotations
Single Rotation
Double Rotation
Insertion
Deletion
Balancing
Definition
Properties
Rotations
Left Rotation
Right Rotation
Insertion
Deletion
Balancing
Definition
Properties
Operations
Insertion
Deletion
Search
Definition
Operations
Insertion
Search
Deletion
9. Fenwick Trees (Binary Indexed Trees)
Definition
Properties
Traversal Methods
11. Tree Traversal Algorithms
Depth-First Search (DFS)
Inorder
Preorder
Postorder
Breadth-First Search (BFS)
12. Applications of Trees
Expression Trees
Syntax Trees
Decision Trees
Suffix Trees
Generalized Trees
Tree Isomorphism
Time Complexity
Space Complexity
You can’t perform that action at this time.