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 […]
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!)⌉ […]
Question 8 The weighted external path length of the binary tree in figure is _____ A 144 AlgorithmsBinary-TreesVideo-Explanation Question 8 Explanation: Correct Answer: A Question […]