Search Results

0
votes

Determine if two rectangles overlap each other?

Asuming the points for all rectangles are always set in this order: P1----P2 | | P3----P4 then, the problem is just only to check if the point P1 of the secon …
2
votes

What is the best book for learning about Algorithms?

How about a classic? Algorithms + Data Structures = Programs by Niklaus Wirth. …