Skip to content

Conversation

@EmilyPaek
Copy link

📘 풀이한 문제

⭐ 문제에서 주로 사용한 알고리즘
  • 백트래킹

📜 대략적인 코드 설명
  • 빈칸의 인덱스를 배열로 저장해서 빈칸만 확인한다.
  • 가로, 세로, 같은 칸에 있는 숫자 중 없는 숫자를 빈칸에 넣는다.
  • 모든 빈칸에 숫자를 다 넣으면 출력하고 프로그램을 끝낸다.

@ChanhuiSeok ChanhuiSeok added the problem-solved Indication that this problem is solved label Oct 8, 2020
@ChanhuiSeok ChanhuiSeok merged commit 2e2891a into CodeTest-StudyGroup:master Oct 8, 2020
@EmilyPaek EmilyPaek deleted the seungbin branch October 8, 2020 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

problem-solved Indication that this problem is solved

2 participants