Introduction
Module 6: Tree
Author: YP
Learning Objectives
After completing this module, students are expected to be able to:
- Explain the basic concepts of Binary Tree and Binary Search Tree (BST).
- Implement basic operations on BST: insert, search, delete.
- Understand and perform various traversal methods: Inorder, Preorder, Postorder, and Level Order.
- Recognize the use of std::map and std::set as implementations of a balanced BST (Red-Black Tree).
No comments to display
No comments to display