Skip to content

Commit 70542c5

Browse files
committed
add LC 300
1 parent 4dacf3e commit 70542c5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

public/problems.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,9 @@
23162316
"difficulty": "Medium",
23172317
"name": "Longest Increasing Subsequence",
23182318
"slug": "longest-increasing-subsequence",
2319-
"patterns": []
2319+
"patterns": [
2320+
"dp-1d-linear"
2321+
]
23202322
},
23212323
{
23222324
"id": 301,

0 commit comments

Comments
 (0)