Write an algorithm program in java for the following question..
In a VLSI design techniques,they used rectangles to design circuits.
EVery rectangle is to be placed according to x,y coordinates.
Check whether or not two rectangles overlap each other.
Here overlapping of rectangles is acceptable, if
1) one rectangle intersect with other.
2) one rectangle fully covers other.
The time of algorithm should not exceed o(n logn).
No Answer is Posted For this Question
Be the First to Post Answer
Matrix multiplication only using OOP concepts .
What state does a thread enter when it terminates its processing in java programming?
what is object type casting? give some example with related?
Which access specifier can be used with class ?
What do you mean by inner class in java? Explain
What are drawbacks of singleton class?
What are the different types of sorting in java?
What is a protected void?
What is Garbage Collection in Java
what is abstract class in Java?
Difference between overriding and overloading in java?
What are different types of inner classes ?