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
How can we check whether the contents of two structure variables are same or not?
What are the advantages of using a pointer?
is throwing exception from a constructor not a good practice ?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
What things would you remember while making an interface?
What are the two types of comments?
Explain the term memory alignment?
Do class declarations end with a semicolon?
By using c++ with an example describe linked list?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
What is the extension of c++?
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,