LeetCode 2685: A Good One! Number of Connected Components

2 years ago
3

We give a brief introduction to graph painting and what are 'clique sub-graphs' which is what the problem is actually asking to find. Solved in Python 3.

https://yeah.computer/posts/011-leetcode-2685-a-good-one-number-of-connected-components/

Loading comments...