An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/hxndev/search-integer-in-a-grid-using-divide-and-conquer

algortihm code complexity cpp divide-and-conquer grid integer search time-complexity-analysis

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project