Question
Which of the following sorting technique is an example
of Divide and Conquer technique?Solution
Why this is correct:
Quick sort divides the array into subarrays (partitioning around a pivot) and then recursively sorts the subarrays — a classic divide-and-conquer approach. Why the others are wrong:
- 1 (Selection sort): Comparison-based but not divide-and-conquer; it repeatedly selects min/max.
- 3 (Bubble sort): Iterative adjacent-swapping method, not divide-and-conquer.
- 4 (Insertion sort): Builds sorted array one element at a time—again not divide-and-conquer.
Which number will replace the question mark (?) in the following number series?
 5, 7, 9, 11, 18, ?, 34, 35, 59, 67
Find the next number in the series.
17, 25, 52, 116, 241, 457, ?
Select the correct option that indicates the arrangement of the given words in the order in which they appear in an English dictionary.
1. Doctor...
Statement: FR ≥ S
Conclusions:
i) L > S
ii) L > R
Select the correct option from the following.
(a) Only conclusion...
Select the option that represents the letters that, when sequentially placed from left to right in the blanks below, will complete the letter series.
Which option figure would come next in the following figure series?
Statements: All computers are laptops. Some laptops are heavy. All heavy is wood.
Conclusion I: All laptops are computers.
Conclusion II: ...
In a certain code language, 'COURAGE' is written as 'VPDQFHB' and 'MAGICAL' is written as 'HBNHMBD'. How will 'HOSTELS' be written in that language?Â
96 is related to 16 following a certain logic. Following the same logic, 156 is related to 26. To which of the following is 228 related following the sa...
What will come in place of the question mark (?) in the following equation if '-' and '+' are interchanged and '÷ ' and '×' are interchanged?
2...