I am getting TLE in most cases accept one. Please help?
Tiles 2 problem
hello @rahul.gupta03111999
ur recursive solution has exponential time complexity thats why it is giving tle.
use dynamic programming to improve its time complexity
hello @rahul.gupta03111999
ur recursive solution has exponential time complexity thats why it is giving tle.
use dynamic programming to improve its time complexity