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
Which variables are stored in heap?
What is user defined exception in Java?
What is ascii format?
Can we execute a program without main() method?
use of wrapper classes?
What is array class in java?
What is the use of list in java?
How do you know if a value is nan?
Is void a type?
What is the purpose of static keyword in java?
What is design pattern and there types?
What is native code?