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 is the Arraylist limit (maximum) by default ?
13 Answers Fidelity, PlanetSoft, Wipro,
Difference between JDK, JRE, JVM
16 Answers Deloitte, HCL, Mind Tree, Oracle, Reliance, TCS, ThinkBox,
What are synchronized methods ?
How many bytes is a unicode character?
What modifiers may be used with a top-level class?
What is r * in math?
What are facelets templates?
If a variable is declared as private, where may the variable be accessed?
What do you understand by final value?
How does a for loop work?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
Explain the difference between call by refrence and call by value?