Correct Answer : Option (A) : Post-order Traveral
Correct Answer : Option (C) : 9, 8, 6, 3, 3, 1
Explanation : A sequence of values is said to be in non-increasing order, if the successive element is less than or equal to its previous element in the sequence.
Correct Answer : Option (C) : pivot element
Correct Answer : Option (B) : takes advantage of already sorted elements.
Explanation : A sorting algorithm is said to be adaptive, if it takes advantage of already 'sorted' elements in the list that is to be sorted.
Correct Answer : Option (D) : In-Place
Correct Answer : Option (A) : Insertion Sort
Correct Answer : Option (D) : Djikstra’s Algorithm
Correct Answer : Option (D) : All of the above
Correct Answer : Option (C) : O(logN)
Correct Answer : Option (B) : 0/1 Knapsack Problem