摘要:
Given an array nums of integers and an int k, partition the array (i.e move the elements in "nums") such that:All elements < k are moved to the leftA... 阅读全文
posted @ 2015-09-12 00:51
卖程序的小歪
阅读(102)
评论(0)
推荐(0)
摘要:
Given an integer array, find a subarray where the sum of numbers is zero. Your code should return the index of the first number and the index of the ... 阅读全文
posted @ 2015-09-12 00:17
卖程序的小歪
阅读(168)
评论(0)
推荐(0)