bhagya.kjain's blog

By bhagya.kjain, history, 6 months ago, In English

Given a string, compress the string as optimal as possible by removing the consecutive characters if 3 or more consecutive characters .

This is like a candy crush game !

Eg : Input : "aabbbbac", output will be "c" .

First, you can remove all the "bbbb", then string turns to be "aaac".

Then, "aaac" turns to be "c" .

Full text and comments »

  • Vote: I like it
  • +13
  • Vote: I do not like it

By bhagya.kjain, history, 12 months ago, In English
  • Vote: I like it
  • +43
  • Vote: I do not like it

By bhagya.kjain, history, 13 months ago, In English

Hi

I cannot go above 2250 rating, despite giving 100+ contests & 1500+ problems solved...

What am I missing to get to Grandmaster?

Although I was asking the same question as an Expert "What am I missing to get to Candidate Master?".

Any thoughts??


Me to myself

Full text and comments »

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