rocww's blog

By rocww, history, 4 years ago, In English

Problem

My submission

I was able to solve the problem. The problem has a condition that no element can be bigger than 7. I am trying to figure out if there is a solution for the problem when we don't have this condition. if we take the testcase :-

6

1 1 2 4 5 25

It's not possible to solve the problem by my method now.

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by rocww (previous revision, new revision, compare).

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by rocww (previous revision, new revision, compare).