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
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Give 2 examples of a code optimization?
What is istream c++?
What is auto used for in c++?
Difference between inline functions and macros?
What are the rules about using an underscore in a c++ identifier?
What is basic if statement syntax?
Is turbo c++ free?
What are the advantages of C++ programming compared to C programming?
Write a program to find the reverse Fibonacci series starting from N.
Differentiate between the message and method in c++?
What are multiple inheritances (virtual inheritance)?