Coding Interview Question: Compress a string by shortening every repeated char to that char followed by the number of repetitions. Click for the solution.
Coding Interview Question: Output numbers from 1 to x replacing numbers divisible by 3 with “Fizz” and numbers by 5 with “Buzz”. Click for the solution.