Section outline
-
- Topics of discussion:
- HEAP data structure and applications of Heap
- Exercise on BST and Heap
- Expected Learning Outcome:
- Implementation of Heap and operations
- Problem solving using BST
- Lecture Materials
Array Representation of Bianry Tree:
https://www.geeksforgeeks.org/array-representation-of-binary-heap/
Insertion and Deletion of Heap:
https://www.geeksforgeeks.org/insertion-and-deletion-in-heaps/