Divide and conquer by Nusrat Jahan - Monday, 19 October 2020, 11:19 PM Number of replies: 0 A Divide and Conquer algorithm solves a problem using following three steps.Divide: Break the given problem into subproblems of same type.Conquer: Recursively solve these subproblemsCombine: Appropriately combine the answers 31 words Permalink