Skip to content

Commit c2cd6ca

Browse files
committed
add LC 130
1 parent 92b37cd commit c2cd6ca

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
@@ -1015,7 +1015,11 @@
10151015
"difficulty": "Medium",
10161016
"name": "Surrounded Regions",
10171017
"slug": "surrounded-regions",
1018-
"patterns": []
1018+
"patterns": [
1019+
"graph-bfs",
1020+
"graph-dfs",
1021+
"union-find"
1022+
]
10191023
},
10201024
{
10211025
"id": 131,

0 commit comments

Comments
 (0)