摘要:
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 elements. Your t 阅读全文
posted @ 2020-06-10 10:09
CNoodle
阅读(242)
评论(0)
推荐(0)
摘要:
Given an array of integers nums and an integer k, return the number of contiguous subarrays where the product of all the elements in the subarray is s 阅读全文
posted @ 2020-06-10 08:02
CNoodle
阅读(224)
评论(0)
推荐(0)
摘要:
Given two strings s and t, return true if s is a subsequence of t, or false otherwise. A subsequence of a string is a new string that is formed from t 阅读全文
posted @ 2020-06-10 05:09
CNoodle
阅读(356)
评论(0)
推荐(0)