You have rectangular papers on a desk, and you want to pin them down with a pin. Given positions, sizes and orientations of papers, design an algorithm that determines whether they can be pinned with only one pin or not. Note that, you cannot move or rotate papers.
Edit:
I thought of first decomposing each rectangular papers into small triangles (Using Triangulation Decomposition Law) and then find that area of small grids which are common to all the rectangular papers. And then pin the common area