A mXn matrix is given and rows and column are sorted as
shown below.Write a function that search a desired entered
no in the matrix .with minimum complexity
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
No Answer is Posted For this Question
Be the First to Post Answer
What is algorithm in c++ programming?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is a manipulator in c++?
What is private inheritance?
Differentiate between C and C++.
Write about the use of the virtual destructor?
What is lambda in c++?
What is std namespace in c++?
What is the difference between a class and a structure in C++?
How to declare a pointer to an array of integers?
What is iostream in c++ used for?
What is an arraylist c++?