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 #include iostream h in c++?
What is function overriding?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Why do we use pointers in c++?
Which software is best for c++ programming?
What is abstraction in c++ with example?
Can you please explain the difference between static and dynamic binding of functions?
Give 10 points of differences between C & C++.
What is c++ w3school?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is guard code in c++?
What is the return value of the insertion operator?