boj 11727

Posted by yunki kim on February 11, 2021

boj 11726 2Xn타일링과 거의 비슷한 문제이다. 정사각형 모양의 블록이 추가되었는데 이 블록의 가로 길이는 2에 해당하므로 boj 11726의 풀이에서 2에 해당하는 재귀호출을 하나 더 추가하면 된다.

boj 11727:

github.com/skullkim/algorithm/blob/master/boj/dp/11727_re.cpp

 

skullkim/algorithm

Contribute to skullkim/algorithm development by creating an account on GitHub.

github.com

boj 11726:

github.com/skullkim/algorithm/blob/master/boj/dp/11726_re.cpp

 

skullkim/algorithm

Contribute to skullkim/algorithm development by creating an account on GitHub.

github.com