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
define System.out.println(); what is the meaning!
What are the advantages of compiled language?
How many bits are in a sentence?
Can you make a constructor final?
what is ABSTRACTION and what are using in real time project?
Explain wait() method of object class ?
Does java runtime require a license?
What is meant by 'bit masking' in java?
How to find the length and capacity of a string buffer ?
What modifiers may be used with a top-level class?
Why is string buffer better than string ?
What are multiple inheritances? Is it supported by java?