oursaco's blog

By oursaco, history, 3 years ago, In English

I know that you can extend BIT to do range min/max queries with two BITs, but is it possible to range update while doing min/max queries with BIT.

  • Vote: I like it
  • +13
  • Vote: I do not like it

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

Yes, you can learn about it here

»
3 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

no,i don't think it's possible with BIT.even point update for min/max query is tough/not possible.