count-servers-that-communicate

aliases
No value
tags
No value
description
No value
title
count-servers-that-communicate
created
2023-11-01T12:47:34
updated
2023-11-01T14:24:11

Connected Component?

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

set을 활용한 풀이

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

다른 유저의 풀이

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