브루트포스 + 구현 문제: https://www.acmicpc.net/problem/14391 https://github.com/surinoel/algorithm/blob/master/14391.cpp
문제링크: https://www.acmicpc.net/problem/1913 https://github.com/surinoel/algorithm/blob/master/1913.cpp
스도쿠 규칙에 맞게 모든 경우의 수를 탐색 문제: https://www.acmicpc.net/problem/2580 https://github.com/surinoel/algorithm/blob/master/2580.cpp
dp문제 bottom-up으로 구현 문제: https://www.acmicpc.net/problem/14720 https://github.com/surinoel/algorithm/blob/master/14720.cpp
모든 경우를 다 해보는 브루트포스 재귀로 구현 문제: https://www.acmicpc.net/problem/16987 https://github.com/surinoel/algorithm/blob/master/16987.cpp
킹과 돌이 겹칠 때만 돌은 움직인다 문제: https://www.acmicpc.net/problem/1063 https://github.com/surinoel/algorithm/blob/master/1063.cpp