HxnDev / Search-integer-in-a-Grid-using-Divide-and-Conquer

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HxnDev/Search-integer-in-a-Grid-using-Divide-and-Conquer Stargazers