Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

i_priyanshu's blog

By i_priyanshu, history, 3 years ago, In English

Given a Binary string str and integer x , y. Return the no. of 1's occuring in between x and y indexes if the string can be repeated Infintely.

For Example — Str = "11010" int x = 7; int y = 23; return the count of all 1's between 7 and 23. if the String can be concatenated to itself infinite times.

Full text and comments »

  • Vote: I like it
  • -24
  • Vote: I do not like it