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
what us Dyna action form?
4 Answers Aithent Technologies,
why java main method is given as static method?
What are the two types of streams offered by java 8?
Is string a keyword in java?
Explain the term serialization?
How would overload a function based on return type?
How many types of syncronization?
What is an exception?
Name few java 8 annotations ?
What is multithreading ???? How to stop multithrading in java????
Which one will take more memory: an int or integer?
Explain the importance of finally block in java?