Data Structures and Applications(15CS33): Module 4
Data Structures and Applications (15CS33):
Module 4
- Binary Search Tree: creation
- Binary Search Tree: Insertion
- Binary Search Tree: Traversal: inorder, preorder, postorder
- Binary Search Tree: Searching for key element
- Binary Search Tree: Find maximum value
- Binary Search Tree: Find minimum value
- Binary Search Tree: Height of a tree
- Binary Search Tree: Count number of nodes
- Binary Search Tree: Count number of leaf nodes
- Binary Search Tree: Delete a node