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

Post New Answer

More C++ General Interview Questions

what is C++ objects?

0 Answers  


What are the extraction and insertion operators in c++?

0 Answers  


Why is c++ called oops?

0 Answers  


What is the use of endl?

0 Answers  


If there are two catch statements, one for base and one for derived, which should come first?

0 Answers  






Why is c++ considered difficult?

0 Answers  


What is the two main roles of operating system?

0 Answers  


Tell me can a pure virtual function have an implementation?

0 Answers  


Define token in c++.

0 Answers  


Define the process of handling in case of destructor failure?

0 Answers  


How does class accomplish data hiding in c++?

0 Answers  


To what does “event-driven” refer?

0 Answers  


Categories