Project Euler #215: Crack-free Walls

  • + 0 comments

    I found this problem. In original you must find the answer with given input (32, 10), and it is just back to back with time complexity, O(num_of_vars^2). But here we have stricter requirements. So, can you share an idea of how to solve it?