Consider the following directed graph: The number of different topological orderings of the vertices of the graph is __________. Correct Answer: D Question 19 Explanation: Different […]
Question 19 Following algorithm(s) can be used to sort n integers in the range [1…n3] in O(n) time A Heapsort B Quicksort C Mergesort D Radixsort AlgorithmsSortingVideo-Explanation Question […]
Assume that the algorithms considered here sort the input sequences in ascending order. If the input is already in ascending order, which of the following are […]
Question 39 Which of the following are two main types of overloading in Java? A Overloading and linking B Overriding and linking C Reusability and data-hiding […]
Question 13 Let S be the specification: “Instructors teach courses. Students register for courses. Courses are allocated classrooms. Instructors guide students.” Which one of the following […]