Skip to content

Commit ec37c9d

Browse files
committed
Updated 'info.json' in Longest Continuous Increasing Subsequence
1 parent 4674dfe commit ec37c9d

File tree

1 file changed

+4
-9
lines changed
  • scripts/algorithms/L/Longest Continuous Increasing Subsequence

1 file changed

+4
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"id": "674",
33
"name": "Longest Continuous Increasing Subsequence",
4-
"url": "https://leetcode.com/problems/longest-continuous-increasing-subsequence",
5-
"difficulty": "easy",
4+
"url": "https://www.leetcode.com/problems/longest-continuous-increasing-subsequence",
65
"premium": false,
7-
"topic": "algorithms",
8-
"solution": {
9-
"c++": true,
10-
"python": true,
11-
"java": true,
12-
"javascript": true
13-
}
6+
"acceptance": 48.8,
7+
"difficulty": "easy",
8+
"topic": "algorithms"
149
}

0 commit comments

Comments
 (0)