We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47edecd commit 1c8844cCopy full SHA for 1c8844c
fenwicktree/README.md
@@ -9,7 +9,7 @@
9
- implement the arithmetic coding algorithm
10
- count inversions in an array
11
12
-# Java Implementations for Fenwick Tree or Binary Indexed Tree
+# Java Implementations for Fenwick Tree (Binary Indexed Tree)
13
14
- No Java default implementation
15
- Implementation supporting point update [example](https://github.com/AnghelLeonard/Java-Data-Structures/tree/master/fenwicktree/RangeQueryAndPointUpdate)
0 commit comments