Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

algorithm/acmicpc-9663/ #19

Open
utterances-bot opened this issue Feb 2, 2022 · 2 comments
Open

algorithm/acmicpc-9663/ #19

utterances-bot opened this issue Feb 2, 2022 · 2 comments

Comments

@utterances-bot
Copy link

[백준/python]9663번 N-queen - backtracking - 개구리의 개발 블로그

백트래킹의 대표적인 예제다. 넴모넴모 문제를 풀고 풀어서 모든 격자를 방문하며 가로방향, 세로방향, 대각선 방향을 체크하는 방식의 풀이를 생각했었다. 상당히 복잡하고 시간도 오래 걸렸다. 많은 시행착오 후에 각각의 행과 열에는 오직 1개의 퀸이 올

https://gudals113.github.io//algorithm/acmicpc-9663/

Copy link

퀸??? 갑자기 넴모넴모메서 뫠나모죠

@gudals113
Copy link
Owner

@zoeytheangel
체스판에 퀸을 놓는 문제에요! 백트래킹에서 대표적인 문제입니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants