Romok007's blog

By Romok007, history, 7 years ago, In English

Hello everyone. I am really stuck at this problem, can you please provide a solution? Problem Link : Overlapping Boxes. Thanks in advance :).

Problem Source : TCS Mockvita 2

  • Vote: I like it
  • -9
  • Vote: I do not like it

| Write comment?
»
7 years ago, hide # |
Rev. 2  
Vote: I like it +3 Vote: I do not like it

Hint sweep line technique

Solution