Spaces:
Configuration error
Configuration error
Update data.json
Browse files
data.json
CHANGED
|
@@ -1,38 +1,11 @@
|
|
| 1 |
[
|
| 2 |
-
{
|
| 3 |
-
"title": "Two Sum",
|
| 4 |
-
"difficulty": "Easy",
|
| 5 |
-
"topic": "Arrays",
|
| 6 |
-
"url": "https://leetcode.com/problems/two-sum/"
|
| 7 |
-
},
|
| 8 |
-
{
|
| 9 |
-
"title": "Binary Search",
|
| 10 |
-
"difficulty": "Easy",
|
| 11 |
-
"topic": "Searching",
|
| 12 |
-
"url": "https://leetcode.com/problems/binary-search/"
|
| 13 |
-
},
|
| 14 |
-
{
|
| 15 |
-
"title": "Merge Intervals",
|
| 16 |
-
"difficulty": "Medium",
|
| 17 |
-
"topic": "Intervals",
|
| 18 |
-
"url": "https://leetcode.com/problems/merge-intervals/"
|
| 19 |
-
},
|
| 20 |
-
{
|
| 21 |
-
"title": "Word Ladder",
|
| 22 |
-
"difficulty": "Hard",
|
| 23 |
-
"topic": "Graphs",
|
| 24 |
-
"url": "https://leetcode.com/problems/word-ladder/"
|
| 25 |
-
},
|
| 26 |
-
{
|
| 27 |
-
"title": "Climbing Stairs",
|
| 28 |
-
"difficulty": "Easy",
|
| 29 |
-
"topic": "Dynamic Programming",
|
| 30 |
-
"url": "https://leetcode.com/problems/climbing-stairs/"
|
| 31 |
-
},
|
| 32 |
{
|
| 33 |
"title": "Subsets",
|
| 34 |
"difficulty": "Medium",
|
| 35 |
"topic": "Recursion",
|
| 36 |
-
"
|
|
|
|
|
|
|
|
|
|
| 37 |
}
|
| 38 |
]
|
|
|
|
| 1 |
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
{
|
| 3 |
"title": "Subsets",
|
| 4 |
"difficulty": "Medium",
|
| 5 |
"topic": "Recursion",
|
| 6 |
+
"tags": ["Backtracking", "DFS"],
|
| 7 |
+
"dateSolved": "2026-05-08",
|
| 8 |
+
"platform": "LeetCode",
|
| 9 |
+
"url": "./problems/subsets.html"
|
| 10 |
}
|
| 11 |
]
|