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

What is the final keyword?

0 Answers  


what state does a thread enter when it terminates its processing? : Java thread

0 Answers  


What are the four integer types supported by java?

0 Answers  


State some situations where exceptions may arise in java?

0 Answers  


What is unicode full form?

0 Answers  






what is meant wrapper classes?

0 Answers  


Explain about public and private access specifiers?

0 Answers  


What code optimizations techniques you follow in general practice?

2 Answers   Accenture, TCS, Wipro,


What are different type of access modifiers?

3 Answers  


Can list contain null in java?

0 Answers  


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

0 Answers  


what is object slice?

0 Answers  


Categories