Skip to content

Commit 4a8cade

Browse files
authored
Update and rename number_of_connected_components_in_an_undirected_graph.py to 43-Number_of_Connected_Components_in_an_Undirected_Graph.py
1 parent 393b654 commit 4a8cade

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

number_of_connected_components_in_an_undirected_graph.py renamed to 43-Number_of_Connected_Components_in_an_Undirected_Graph.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from typing import List
2-
31

42
class Solution:
53
def count_components(self, n: int, edges: List[List[int]]) -> int:

0 commit comments

Comments
 (0)