摘要:
1.数组之差 TapeEquilibrium
Minimize the value |(A[0] + ... + A[P-1]) - (A[P] + ... + A[N-1])|. 阅读全文
摘要:
1. 少了一个PermMissingElem
Find the missing element in a given permutation. 阅读全文
摘要:
1.青蛙跳跳 FrogJmp
Count minimal number of jumps from position X to Y. 阅读全文
摘要:
1.数组小挪移 CyclicRotation
Rotate an array to the right by a given number of steps. 阅读全文
摘要:
1. 找出数组中的单身狗OddOccurrencesInArray Find value that occurs in odd number of elements. 阅读全文