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

feat : [Algorithm] DFS 알고리즘 #25

Merged
merged 4 commits into from
Jan 12, 2025
Merged

feat : [Algorithm] DFS 알고리즘 #25

merged 4 commits into from
Jan 12, 2025

Conversation

cywin1018
Copy link
Contributor

개요

  • 검색 알고리즘 중 하나인 DFS 알고리즘
  • 예제 문제 해설
  • 추천 문제 작성 (코드리뷰 가능)

체크리스트

  • [✔] PR 제목을 Commit Convention에 맞게 작성
  • [✔] Label 추가
  • [✔] 리뷰어 팀 등록했나요?
  • [✔] Assignee 등록했나요?

@cywin1018 cywin1018 self-assigned this Jan 5, 2025
@JjungminLee JjungminLee changed the title Algorithm/yongwon feat : [Algorithm] DFS 알고리즘 Jan 5, 2025
Algorithm/DFS.md Outdated
- 백트래킹은 봐야하는 부분만 보는 경우 주로 사용

## 예시 문제
![[Pasted image 20250105211041.png]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이미지가 안보여용

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다!

Algorithm/DFS.md Outdated
- 혹은 위의 링크 참조
- 요점은, 인접한 노드의 색이 달라야함
- 그래서 단순히 방문을 하는게 아니라, 색깔을 주면서 방문처리를 하면됨
![[Pasted image 20250105211437.png]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기도!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다!

@cywin1018 cywin1018 merged commit 91a254f into main Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants