Skip to content

Commit ca7b883

Browse files
authored
Update README.md
1 parent 59b5d35 commit ca7b883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@
141141
> DFS 혹은 조합(Combinations)을 활용한 문제풀이
142142
143143
#### [19] [핵심 유형 문제풀이](/Notes/%5B19%5D%20CHAPTER%2012.%20백트래킹%20-%20핵심%20유형%20문제풀이.pdf)
144-
* [N-Queen](https://www.acmicpc.net/problem/9663): ([Python 답안](/Solutions/%5B19%5D_1.py))
144+
* [N-Queen](https://www.acmicpc.net/problem/9663): ([Python 답안](/Solutions/%5B19%5D_1.py) / [C++ 답안](/Solutions/%5B19%5D_1.cpp))
145145
* [알파벳](https://www.acmicpc.net/problem/1987): ([Python 답안](/Solutions/%5B19%5D_2.py))
146146
* [암호 만들기](https://www.acmicpc.net/problem/1759): ([Python 답안](/Solutions/%5B19%5D_3.py))

0 commit comments

Comments
 (0)