Please read the new rule regarding the restriction on the use of AI tools. ×

I_love_Jiang's blog

By I_love_Jiang, history, 8 years ago, In English

Can somebody please explain how dynamic binary index trees work and give me an implementation, I would appreciate your help!

I meet some dificult in coding it !

Sorry about my pour English !

Thanks in advance! :)

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

| Write comment?
»
8 years ago, # |
  Vote: I like it +1 Vote: I do not like it

http://stackoverflow.com/questions/21995930/dynamic-i-e-variable-size-fenwick-tree

do you means that? or what? this is http://codeforces.net/contest/101/submission/18138434 solution of this problem with dynamic segment tree(for example).