Contents Characteristic of using array for heap Position index and heap in an array Insertion of data in Max Heap Basic principles Process of insertion Deletion of data in Max...
Contents What is a heap ? Types of heap Max heap Min heap Abstract data type of Array Heap Operations for Array Heap Adding data Removing data About data structure...
Contents What is Tree Traversals ? Terms for Tree Traversal Types of Tree Traversals 1. Pre-order 2. In-order 3. Post-order 4. Level-order aka Breadth-first traversal About Types of Tree Traversals...
Contents What is a Binary Tree ? Types of Binary Tree 1. Perfect Binary Tree 2. Complete Binary Tree 3. Skewed Binary Tree 4. Full Binary Tree 5. Balanced Binary...
Contents What is a Tree ? What is an Edge? Type of Node Root and Edge Internal node and Leaf node Parent, child and Sibling node Descendant and Ancestor node...