You are given a string that is formed from only three characters ‘a’, ‘b’, ‘c’. You are allowed to change atmost ‘k’ characters in the given string while attempting...
A rotation on a string is defined as removing first element and concatenating it at the end. Given N and an array of N strings.Your job is to predict...
Given L , R ( 1<=L,R <= 1000000000000000000) . Count the numbers in [L,R] such that each number satisfies two properties : 1. The total count of odd digits...
