What is divid ans conque? by Sujon Islam - Wednesday, 14 October 2020, 11:51 PM Number of replies: 0 Divide: Divide the given problem into sub-problems using recursion.Conquer: Solve the smaller sub-problems recursively. If the subproblem is small enough, then solve it directly. 25 words Permalink Reply