Skip to content

Commit cbdea76

Browse files
Merge pull request #1 from RoboticsAndCloud/RoboticsAndCloud-patch-1
Update questions.json
2 parents 912c25c + f049111 commit cbdea76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/data/questions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7949,7 +7949,8 @@
79497949
"title": "Path Sum III",
79507950
"slug": "path-sum-iii",
79517951
"pattern": [
7952-
"DFS"
7952+
"DFS",
7953+
"Prefix Sum"
79537954
],
79547955
"difficulty": "Medium",
79557956
"premium": false,
@@ -10210,4 +10211,4 @@
1021010211
]
1021110212
}
1021210213
]
10213-
}
10214+
}

0 commit comments

Comments
 (0)