We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393b654 commit 4a8cadeCopy full SHA for 4a8cade
number_of_connected_components_in_an_undirected_graph.py renamed to 43-Number_of_Connected_Components_in_an_Undirected_Graph.py
@@ -1,5 +1,3 @@
1
-from typing import List
2
-
3
4
class Solution:
5
def count_components(self, n: int, edges: List[List[int]]) -> int:
0 commit comments