Skip to content

[BOJ] 11724 연결 요소의 개수 / 실버2 / 50분 / O #297

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jcdororo
Copy link
Collaborator

@jcdororo jcdororo commented Jan 31, 2024

📖 풀이한 문제

  • 백준 11724-연결 요소의 개수

⭐️ 문제에서 주로 사용한 알고리즘

  • 그래프이론, 그래프 탐색, 깊이 우선 탐색

대략적인 코드 설명

  • 방향 없는 그래프가 주어졌을 때, 연결 요소 (Connected Component)의 개수를 구하는 프로그램을 작성하시오.
  • 정점의 개수와 간선의 개수로 배열을 작성한다.
  • 작성한 배열로 dfs를 수행하여 정답을 도출한다.

[BOJ] 11724 연결 요소의 개수 / 실버2 / 50분 / O
@jcdororo jcdororo changed the title Create 연결 요소의 개수_주지찬.js [BOJ] 11724 연결 요소의 개수 / 실버2 / 50분 / O Jan 31, 2024
@Stendhalsynd Stendhalsynd force-pushed the main branch 9 times, most recently from 03b8fec to 6192397 Compare February 4, 2024 10:39
@Stendhalsynd Stendhalsynd force-pushed the main branch 5 times, most recently from 53fe4e9 to c3e5389 Compare February 18, 2024 10:52
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

Successfully merging this pull request may close these issues.

1 participant