Skip to content

Commit 834f40b

Browse files
authored
[백준] 1103 게임 - 정리
1 parent 6949b5d commit 834f40b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 배운점
2+
- 백트래킹 오랜만에 풀어봐서 감을 다시 잡은 느낌. bfs로는 풀 수 없는 문제임(사이클 판단 불가)
3+
- 시간초과가 뜰 줄 몰랐는데... 방심했음. dp 느낌쓰로 해결(사이클 판단이랑 상태값 통일 해도 될 듯?)
4+
- dp 배열 크기 판단 실수함

0 commit comments

Comments
 (0)