We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4674dfe commit ec37c9dCopy full SHA for ec37c9d
scripts/algorithms/L/Longest Continuous Increasing Subsequence/info.json
@@ -1,14 +1,9 @@
1
{
2
"id": "674",
3
"name": "Longest Continuous Increasing Subsequence",
4
- "url": "https://leetcode.com/problems/longest-continuous-increasing-subsequence",
5
- "difficulty": "easy",
+ "url": "https://www.leetcode.com/problems/longest-continuous-increasing-subsequence",
6
"premium": false,
7
- "topic": "algorithms",
8
- "solution": {
9
- "c++": true,
10
- "python": true,
11
- "java": true,
12
- "javascript": true
13
- }
+ "acceptance": 48.8,
+ "difficulty": "easy",
+ "topic": "algorithms"
14
}
0 commit comments