Search Matrix, is a matrix related problem and in this post we will see how we can solve this challenge in C++

search an element in a matrix of n X n. every row and column is sorted in increasing order

Please check the main.cpp snippet for the solution.

This solution originally posted at: Github by @susantabiswas