Here Divide means making separate parts of something. And Conquer means dominating something, In terms of algorithm, it means solving a problem convenient way where a problem at the first divide into pieces and after solving it again combines all of the solutions together .It is basically a strategy.
These problems can be solved by Divide & Conquer:
Binary Search
Merge sort
Quicksort