Skip to content

Commit

Permalink
Update target-sum question pattern from Backtracking to DFS (#15)
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
Sean committed Jun 3, 2020
1 parent a62d350 commit 4429019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export default [
id: 23,
name: 'Target Sum',
url: 'https://leetcode.com/problems/target-sum/',
pattern: 'Backtracking',
pattern: 'DFS',
difficulty: 'Medium',
companies: ['Facebook'],
},
Expand Down

0 comments on commit 4429019

Please sign in to comment.