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
Can we define private and protected modifiers for variables in interfaces?
what is polymorphism?
What is meant by Servelet? What are the parameters of service method?
What do you meant by active and passive objects?
Is there any use of an abstract class which has no methods and no attributes?
how to prepare for IT Officers Interview in Banks
0 Answers TATA, Tata Steel Limited,
What is the Difference between Final Class && Abstract Class?
What is anagram number?
Where are local variables stored?
can you create interface instance ?
What is a condition in java?
Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.