ChairMan's blog

By ChairMan, history, 2 years ago, In English

Hi, i've been trying to solve this problem — problem

however it's still gives me wrong answer on test 3. Could someone please tell me what's wrong with my code ? — code.

Thanks in advance.

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

| Write comment?
»
2 years ago, # |
Rev. 2   Vote: I like it +4 Vote: I do not like it

@ChairMan

You don't need to add the 'lazy' into the subtrees in your push function(assignment part).

Here is the modified code:

Code