Skip to content

Commit 92b37cd

Browse files
committed
add LC 323
1 parent 4285a72 commit 92b37cd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

public/problems.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2480,7 +2480,11 @@
24802480
"difficulty": "Medium",
24812481
"name": "Number of Connected Components in an Undirected Graph",
24822482
"slug": "number-of-connected-components-in-an-undirected-graph",
2483-
"patterns": []
2483+
"patterns": [
2484+
"graph-bfs",
2485+
"graph-dfs",
2486+
"union-find"
2487+
]
24842488
},
24852489
{
24862490
"id": 324,

0 commit comments

Comments
 (0)