摘要: Description: Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = num 阅读全文
posted @ 2019-09-20 16:52 CodingYM 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Description: Given an integer array, you need to find one continuous subarray that if you only sort this subarray in ascending order, then the whole a 阅读全文
posted @ 2019-09-20 15:57 CodingYM 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Description: Given a non-empty array of non-negative integers nums, the degree of this array is defined as the maximum frequency of any one of its ele 阅读全文
posted @ 2019-09-20 11:36 CodingYM 阅读(259) 评论(0) 推荐(0) 编辑