Project Euler #115: Counting block combinations II

  • + 0 comments

    nice problem. found a method to compute F(m,n) in O((n/m)^2) time which causes it to run instantly