Fenwick Tree Please!

Can anyone please suggest me some really basic problems that are based on Fenwick tree keeping aside the problems involving range update (I am still struggling with that, any resources for that are appreciated as well)? Problems can be from SPOJ, Codechef, any where (maybe not)?

Check this:

  1. Tutorial on Binary Indexed Tree(Fenwick Tree) - Codeforces
  2. Fenwick Tree Coding Problems - CodeChef
2 Likes

cp-algorithms | Fenwick Tree

You’ll find good problems at the end of this article.

3 Likes