Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFenwick (Binary Indexed Tree) #1535
Comments
|
I would like to solve this, can u please assign this to me? |
|
@Rohanfizz hi I have already solved it in this PR - #1536 |
|
can you please give me some other issue..I dont know anything in dev in a competetive programmer and i like problem solving, so im having trouble participating in hackoctober fest :'( |
There are no such data structures as Fenwick tree. Fenwick (or Binary Indexed Tree) is a data structure that can efficiently update elements and calculate prefix sums in a table of numbers.
Read more here: https://en.wikipedia.org/wiki/Fenwick_tree