-synx-'s blog

By -synx-, history, 7 years ago, In English

Hello Codeforces!
I had a doubt regarding implementation of dynamic segment trees. Is this implementation correct in terms of the space reserved for the segment tree nodes O(2 × N × log(MX)). And if it is, is there any advantage of this method over the pointer implementation?

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