count-servers-that-communicate


Connected Component?

다른 동료의 풀이로 connected component이야기가 나온 것 같은데... 기억이 나지 않는다.

set을 활용한 풀이

이차원 리스트 전치행렬로 만들기 {python}의 도움을 받았다.

다른 유저의 풀이

i, j nested for loop with {itertools.product} {python} 이거 신박한데