Skip to content

Commit 3abb731

Browse files
Sean PrashadSean Prashad
Sean Prashad
authored and
Sean Prashad
committed
Update target-sum question pattern from Backtracking to DFS
Fixes #14
1 parent a62d350 commit 3abb731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export default [
272272
id: 23,
273273
name: 'Target Sum',
274274
url: 'https://leetcode.com/problems/target-sum/',
275-
pattern: 'Backtracking',
275+
pattern: 'DFS',
276276
difficulty: 'Medium',
277277
companies: ['Facebook'],
278278
},

0 commit comments

Comments
 (0)