- Unique Integers That Sum Up To 0
- Max number of words in a sentence. Input is a paragraph (String) and each sentence is delimited by ?.!
- Number of right cyclic shifts to give the biggest number
Change only 2 lines to make the program work
https://codereview.stackexchange.com/questions/91653/number-of-right-cyclic-shifts-to-give-the-biggest-number
Answer is m = (N >>> i | N << (30-i)) & 0x3fffffff;
Time: 90 mins
YoE: 2 years
Position: SE-2