Question
1. How heap sort works? (re-heap up for insertion/construction, and re-heap down for deletion/soring) 2. The basic idea of merge sort, why it is chosen
1. How heap sort works? (re-heap up for insertion/construction, and re-heap down for deletion/soring)
2. The basic idea of merge sort, why it is chosen as the external sorting algorithm for file operations? Seek time for each step?
3. What is AVL tree?
4. explain with examples AVL tree operation (tree insertion, single rotation, and double rotation)
5. what is paged binary tree? What are the pros and cons?
6. What is B-tree? What are the differences between data structure B-tree, and file structure B-tree?
7. explain B-tree insertion, search, and deletion
8. what is the Time complexity of operating on B-tree
provide full answers to these question with example and explanation, please
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started