Solutions of Problems from Cracking Coding Interview
-
Updated
Oct 12, 2019 - C++
Solutions of Problems from Cracking Coding Interview
Divide and Conquer technique is used to work out different problems of varyying natures. Our problem at hand is to efficiently search an integer value from grid of size n x n, where n is any integer, using the principles of divide and conquer. The grid has both it's rows as well as columns sorted in ascending order.
Add a description, image, and links to the algortihm topic page so that developers can more easily learn about it.
To associate your repository with the algortihm topic, visit your repo's landing page and select "manage topics."