Oracle Interview Question

two rectangles: create pseudo code to see if they are intersecting in any corner

Interview Answer

Anonymous

Jul 4, 2012

put them in a X0Y axes and check each rectangle's projection on X and on Y axes...

1