pista_chios's blog

By pista_chios, history, 9 months ago, In English

Given counts of A,B,C, we need to form the lexicographically smallest string using all A, B, C such that no three consecutive characters are identical. It is guaranteed that one can always form a valid string. The backtracking solution is trivial however how can we do it given the constraints?

0<=(A+B+C)<=10^5

Full text and comments »

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