Posts

Showing posts with the label quiz solution programming

binary search implementation using recursion

Write a function called void modifyQueue(Queue & q)

Given below is a 2-3 tree called T1. Perform insertion and deletion operations in the order specified

recursive function called trimTree, which removes (deletes) all the nodes at depth d or more in a BST.

Write a recursive function PrintPath, to print the path of a node to the root in a binary tree