Some Divide and Conquer Strategy examples in c++.
ALGO-06: A C++ Program to computes the n_th term of the fibonacci series using Divide and Conquer Strategy.
ALGO-07: A C++ Program to computes the product of two matrices of size 4x4 using Divide and Conquer Strategy.
ALGO-08: A C++ Program to computes the product of two matrices of size 4x4 using Strassen's Algorithm (Improved Divide and Conquer Strategy).