How can we identify if two squares ( given their diagonal coordinates ) would intersect on xy plane ?
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. How can we identify if two squares ( given their diagonal coordinates ) would intersect on xy plane ?
Ans. Using the diagonal coordinates we can easily calculate the other 2 coordinates using Pythagoras.

Any 2 rectangles or squares will intersect if any coordinate of one square would lie within the boundary of another one. A point x,y will be inside the square ( x1,y1;x2,y1;x1,y2;x2,y2 ) is x is between x1 and y2 and y is between y1 and y2.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     


Related Questions

  Difference between == and .equals() ?
  Why is String immutable in Java ?
  Explain the scenerios to choose between String , StringBuilder and StringBuffer ?

or

What is the difference between String , StringBuilder and StringBuffer ?
  What are the difference between composition and inheritance in Java?
 Explain OOPs

or

Explain OOPs Principles

or

Explain OOPs Concepts

or

Explain OOPs features

or

Tell me something about OOPs
  What is a Lambda Expression ? What's its use ?
  What are different ways to create String Object? Explain.
  Why Char array is preferred over String for storing password?
  Does garbage collection guarantee that a program will not run out of memory?
  What is the difference between final, finally and finalize() ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: