Paritosh5876 / Hacktoberfest2021

This is especially for beginners...Do submit your simple pull requests...Get your free hacktoberfest T-Shirt
Other
53 stars 345 forks source link

Fenwick_Tree.cpp #382

Open OmkarAcharekar opened 2 years ago

OmkarAcharekar commented 2 years ago

Binary Indexed Tree also called Fenwick Tree provides a way to represent an array of numbers in an array, allowing prefix sums to be calculated efficiently.