Convert the H array into a Binary Max-Heap. Provide simulations for each step.
H: {15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26}
Q: Write the Algorithm of Binary Search using binary search tree. Explain with example .
Q: What is Recursion Function, also write Algorithm/Pseudocode for finding factorial recursively.