Binary Index Tree(BIT)

Special for Query search and update, work same as segment tree.

Tutorial:
https://www.youtube.com/watch?v=aAALKHLeexw

Problem :
https://toph.co/p/easy-prime
https://toph.co/p/another-query-on-string
https://toph.co/p/rivalry-friends(long long matters in return type)

Comments

Popular posts from this blog

C++ STL practice problem link

Combinatorics