fenwicktree implementation in enwickTreeRangeQueryPointUpdate.java #373
Unanswered
bhalchandratk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello,
Have question about "get" method implementation in FenwickTreeRangeQueryPointUpdate class. Does the intend of get method is to retrieve original element value or sum of the element stored at position?
https://github.com/williamfiset/Algorithms/blob/master/src/main/java/com/williamfiset/algorithms/datastructures/fenwicktree/FenwickTreeRangeQueryPointUpdate.java
Beta Was this translation helpful? Give feedback.
All reactions