Skip to content

Added Binary Indexed Tree / Fenwick Tree Implementation#51

Merged
trekhleb merged 4 commits into
trekhleb:fenwick-treefrom
malfple:master
Jun 6, 2018
Merged

Added Binary Indexed Tree / Fenwick Tree Implementation#51
trekhleb merged 4 commits into
trekhleb:fenwick-treefrom
malfple:master

Conversation

@malfple
Copy link
Copy Markdown
Contributor

@malfple malfple commented Jun 4, 2018

Issue #41
Added under data-structures/tree

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jun 4, 2018

Codecov Report

Merging #51 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #51   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          86     87    +1     
  Lines        1883   1896   +13     
  Branches      332    335    +3     
=====================================
+ Hits         1883   1896   +13
Impacted Files Coverage Δ
...c/data-structures/tree/fenwick-tree/FenwickTree.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38688f2...7a3ffe7. Read the comment docs.

@trekhleb trekhleb changed the base branch from master to fenwick-tree June 6, 2018 03:24
@trekhleb
Copy link
Copy Markdown
Owner

trekhleb commented Jun 6, 2018

@malfple thank you for clean implementation!

@trekhleb trekhleb merged commit 1a4fe11 into trekhleb:fenwick-tree Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants