摘要: 原题链接在这里:https://leetcode.com/problems/largest-sum-of-averages/ 题目: We partition a row of numbers A into at most K adjacent (non-empty) groups, then ou 阅读全文
posted @ 2019-09-03 12:43 Dylan_Java_NYC 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/delete-and-earn/ 题目: Given an array nums of integers, you can perform operations on the array. In each operation 阅读全文
posted @ 2019-09-03 11:37 Dylan_Java_NYC 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/maximum-length-of-repeated-subarray/ 题目: Given two integer arrays A and B, return the maximum length of an subar 阅读全文
posted @ 2019-09-03 10:56 Dylan_Java_NYC 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/minimum-ascii-delete-sum-for-two-strings/ 题目: Given two strings s1, s2, find the lowest ASCII sum of deleted cha 阅读全文
posted @ 2019-09-03 07:50 Dylan_Java_NYC 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/longest-common-subsequence/ 题目: Given two strings text1 and text2, return the length of their longest common sub 阅读全文
posted @ 2019-09-03 07:19 Dylan_Java_NYC 阅读(1194) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/increasing-triplet-subsequence/ 题目: Given an unsorted array return whether an increasing subsequence of length 3 阅读全文
posted @ 2019-09-03 05:02 Dylan_Java_NYC 阅读(332) 评论(0) 推荐(0) 编辑