Loading

摘要: 1.数组之差 TapeEquilibrium Minimize the value |(A[0] + ... + A[P-1]) - (A[P] + ... + A[N-1])|. 阅读全文
posted @ 2017-02-20 13:41 stono 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 1. 少了一个PermMissingElem Find the missing element in a given permutation. 阅读全文
posted @ 2017-02-20 11:14 stono 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 1.青蛙跳跳 FrogJmp Count minimal number of jumps from position X to Y. 阅读全文
posted @ 2017-02-20 10:36 stono 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1.数组小挪移 CyclicRotation Rotate an array to the right by a given number of steps. 阅读全文
posted @ 2017-02-20 10:24 stono 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 1. 找出数组中的单身狗OddOccurrencesInArray Find value that occurs in odd number of elements. 阅读全文
posted @ 2017-02-20 10:14 stono 阅读(1283) 评论(0) 推荐(0) 编辑