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
Does anyone still use java?
Which class is extended by all other classes?
Difference between prefix and postfix forms of the ++operator?
Can a boolean be null java?
can any one tell me what is advantage of encapsulation
Is alive in java?
What is linked hashset and its features?
What is the difference between super class & sub class?
Can a class be final?
Explain wrapper classes in java?
What is the difference between Grid and Gridbaglayout?
What is tcp and udp?