[Data Structure Problem] Light OJ 1424 — New Land

Revision en2, by Tobby_And_Friends, 2017-08-28 19:28:18

Problem Link: http://lightoj.com/volume_showproblem.php?problem=1424

Solution Link: https://ideone.com/2eUIav

Verdict: TLE

Solution Approach: Trying out all possible row combinations and for each row combination finding the maximum area using binary search

Someone please help me out how can I optimize my solution.

Tags #data structure, light oj

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Tobby_And_Friends 2017-08-28 19:28:18 8
en1 English Tobby_And_Friends 2017-08-28 19:26:26 371 Initial revision (published)