본문 바로가기
algorithm/DP

boj 11727

by iskull 2021. 2. 11.
728x90

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

 

'algorithm > DP' 카테고리의 다른 글

boj 11502  (0) 2021.02.26
boj 14501  (0) 2021.02.25
boj 11726  (0) 2021.02.11
boj 1463  (0) 2021.01.20