DC08DATA STRUCTURESQ.35One can convert a binary tree into its mirror image by traversing it in
Get answer to your question and much more
Q.36The total number of companions required to merge 4 sorted files containing 15, 3, 9 and 8records into a single sorted file is393
Get answer to your question and much more
Q.37In a linked list with n nodes, the time taken to insert an element after an element pointed bysome pointer is
Get answer to your question and much more
Q.38The data structure required to evaluate a postfix expression is(A)queue(B)stack(C)array(D)linked-listAns:B
Q.39The data structure required to check whether an expression contains balanced parenthesis is
Get answer to your question and much more
Q.40The complexity of searching an element from a set of n elements using Binary searchalgorithm is
Get answer to your question and much more
Q.41The number of leaf nodes in a complete binary tree of depth d is
Get answer to your question and much more
Q.42What data structure would you mostly likely see in a nonrecursive implementation of arecursive algorithm?(A)Stack(B)Linked list(C)Queue(D)Trees