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

Post New Answer

More Core Java Interview Questions

In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

0 Answers  


Is array synchronized in java?

0 Answers  


How you can force the garbage collection?

0 Answers  


Is string a data type in java?

0 Answers  


How do listeners work?

0 Answers  


How use .contains in java?

0 Answers  


How do you add an element to a hashset in java?

0 Answers  


what are the design patterns in struts?

1 Answers  


What does void * mean?

0 Answers  


What is core java called?

0 Answers  


Write a factorial program using recursion in java?

0 Answers  


Why should I use abstract class?

0 Answers  


Categories