...
October 28, 2023

Sorting

Question 35 Which sorting method is best suited for external sorting? A Quick Sort B Heap Sort C Merge sort D All the above AlgorithmsSortingAPPSC-2012-DL-CS Question […]
October 28, 2023

GATE 1991

Question 7 The minimum number of comparisons required to sort 5 elements is _____ A 7 AlgorithmsSortingVideo-Explanation Question 7 Explanation:  Minimum no. of comparisons = ⌈log(n!)⌉ […]
October 28, 2023

Binary-Trees

Question 35   The weighted external path length of the binary tree in figure is _____ A 144 AlgorithmsBinary-TreesGATE 1991Video-Explanation Question 35 Explanation:  Correct Answer: A […]
October 28, 2023

GATE 1991

Question 9 If the binary tree in figure is traversed in inorder, then the order in which the nodes will be visited is ______ A 4, […]