09 2021 档案

摘要:Description You are given an array of integers nums (0-indexed) and an integer k. The score of a subarray (i, j) is defined as min(nums[i], nums[i+1], 阅读全文
posted @ 2021-09-12 13:46 tmortred 阅读(107) 评论(0) 推荐(0)
摘要:Description In the "100 game" two players take turns adding, to a running total, any integer from 1 to 10. The player who first causes the running tot 阅读全文
posted @ 2021-09-11 22:43 tmortred 阅读(44) 评论(0) 推荐(0)
摘要:Description You are given an m x n integer matrix points (0-indexed). Starting with 0 points, you want to maximize the number of points you can get fr 阅读全文
posted @ 2021-09-11 22:17 tmortred 阅读(153) 评论(0) 推荐(0)
摘要:Description You are given an integer array nums and an integer goal. You want to choose a subsequence of nums such that the sum of its elements is the 阅读全文
posted @ 2021-09-11 17:40 tmortred 阅读(74) 评论(0) 推荐(0)