HackerRank-Longest Subarray
摘要:
give an array and target value, find the max length of the subarray which sum of the elements is less or equal to that value. public int longestSubArray(int[] a, int k){ if(a==null... 阅读全文
posted @ 2016-09-29 23:32 IncredibleThings 阅读(491) 评论(0) 推荐(0)
浙公网安备 33010602011771号