Calculate the power of a number with recursion using divide and conquer approach
In this post we discuss how to use recursion to find the power of a number using divide and conquer technic.