Coding round Easy question: In the string the unique characters should be decoded to '(' if there is duplicate decode into ')' Medium question: If the number is less than 1000 print as it is ,if it's above or 1000 print as 5k,6k,55k and similarly for 5M,2.5M and 1b,2.4b etc...