Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4429019

Browse filesBrowse files
author
Sean
authored
Update target-sum question pattern from Backtracking to DFS (seanprashad#15)
Fixes seanprashad#14
1 parent a62d350 commit 4429019
Copy full SHA for 4429019

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/data/index.js

Copy file name to clipboardExpand all lines: src/data/index.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.