摘要: Given an unsorted array of integers nums, return the length of the longest continuous increasing subsequence (i.e. subarray). The subsequence must be  阅读全文
posted @ 2021-03-14 12:43 北叶青藤 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Given an integer array arr, remove a subarray (can be empty) from arr such that the remaining elements in arr are non-decreasing. A subarray is a cont 阅读全文
posted @ 2021-03-14 01:42 北叶青藤 阅读(76) 评论(0) 推荐(0) 编辑
摘要: Given an array consists of non-negative integers, your task is to count the number of triplets chosen from the array that can make triangles if we tak 阅读全文
posted @ 2021-03-14 00:48 北叶青藤 阅读(52) 评论(0) 推荐(0) 编辑