原创 Remove Element

Given an array and a value, remove all instances of that value in place and return the new length. The order of eleme

原创 Flip Bits

Determine the number of bits required to flip if you want to convert integer n to integer m. Have you met this quest