프로그래머스 네트워크

2019. 9. 21. 18:31알고리즘/프로그래머스

DFS를 통한 그래프 탐색

 

문제: https://programmers.co.kr/learn/courses/30/lessons/43162

깃허브주소: https://github.com/surinoel/boj/blob/master/Programmers_네트워크.cpp

 

'알고리즘 > 프로그래머스' 카테고리의 다른 글

프로그래머스 여행경로  (0) 2019.09.21
프로그래머스 단어 변환  (0) 2019.09.21
프로그래머스 타겟 넘버  (0) 2019.09.21
프로그래머스 H-Index  (0) 2019.09.21
프로그래머스 가장 큰 수  (0) 2019.09.21