Open
Conversation
hannut91
approved these changes
Oct 19, 2023
Contributor
|
그려주신 그림은 0 부터 시계 방향으로 정점들을 배치한 상태에서 간선을 이어서 그림을 그려주셨군요. 과제 풀이에서 그렸던 그림이랑은 다르네요. 그래프의 정의는 정점의 집합과 그 집합의 정점 쌍을 연결하는 간선의 모음일 뿐이라서, 그림이 다르더라도 같은 데이터를 나타냅니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
이번 과제는 정말 어렵네요.. 많이 늦었지만 DFS 강의를 보면서 구현해봤습니다!
1. 무방향 그래프
무방향 그래프 그림
인접 리스트 그림