摘要: Description: Given an integer array arr and an integer k, modify the array by repeating it k times. For example, if arr = [1, 2] and k = 3 then the mo 阅读全文
posted @ 2020-01-06 20:35 zhaoyinghe 阅读(220) 评论(0) 推荐(0) 编辑
摘要: Description: Given a circular array C of integers represented by A, find the maximum possible sum of a non empty subarray of C. Here, a circular array 阅读全文
posted @ 2020-01-06 19:50 zhaoyinghe 阅读(129) 评论(0) 推荐(0) 编辑