b) Choose the true statement and elaborate the answer Insertion sort, Merge sort and Quick sort follow the D&C paradigm
Posted: Fri May 20, 2022 9:52 am
statement and elaborate the answer Insertion sort, Merge sort and Quick sort follow the D&C paradigm . D&C paradigm follows three steps: Divide, Conquer, Combine D&C paradigm follows three steps: Divide, Recurrence relation, Combination In Quick sort, sub problems are dependent to each other and it follows D&C paradigm
b) Choose the true