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

[BOJ] 2606 #9

Open
HyomK opened this issue Jan 11, 2023 · 0 comments
Open

[BOJ] 2606 #9

HyomK opened this issue Jan 11, 2023 · 0 comments

Comments

@HyomK
Copy link
Owner

HyomK commented Jan 11, 2023

백준 2606 바이러스
[문제유형] 그래프 탐색
https://www.acmicpc.net/problem/2606

풀이 방법 : DFS

감염된 컴퓨터의 수를 count 하기 때문에 DFS 를 사용함

HyomK added a commit that referenced this issue Jan 11, 2023
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

1 participant