dogakday / devyuseon.github.io

https://devyuseon.github.io/blog
9 stars 13 forks source link

algorithm/dfs-and-bfs/ #11

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

[Algorithm] DFS, BFS 구현 (Python) - 도각도각 Dev Day

DFS, BFS를 파이썬으로 구현해 보자

https://devyuseon.github.io//algorithm/dfs-and-bfs/

jongwon2644 commented 2 years ago

graph = { 1: [2, 3, 4] 2: [5] 3: [7] 4: [] 5: [6,7] 6: [] 7: [] } 이렇게 나와야 하는 것 아닌가요?

dogakday commented 2 years ago

@jongwon2644 앗.. 네 맞습니다🥲 예제 수정해야겠네요..! 감사합니다~

jongwon2644 commented 2 years ago

코드가 가독성이 좋고 설명도 친절해서 잘 이해할 수 있었습니다. 감사해요

dogakday commented 2 years ago

@jongwon2644 넵 저도 감사드려요 :)