2019年2月22日

摘要: Given a list of non-negative numbers and a target integer k, write a function to check if the array has a continuous subarray of size at least 2 that 阅读全文
posted @ 2019-02-22 08:31 一直走在路上 阅读(134) 评论(0) 推荐(0)
摘要: Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Note: Idea 1. 阅读全文
posted @ 2019-02-22 07:11 一直走在路上 阅读(138) 评论(0) 推荐(0)

导航