DataStructures.jl
DataStructures.jl copied to clipboard
add GenericFenwickTree
- modify code
- add tests
- change in docs
Apply suggestions from #497 in this PR. Cleaned up a bit of code.
@kmsquire review?
Codecov Report
Merging #589 into master will increase coverage by
0.02%. The diff coverage is100%.
@@ Coverage Diff @@
## master #589 +/- ##
==========================================
+ Coverage 95.01% 95.04% +0.02%
==========================================
Files 33 33
Lines 2831 2846 +15
==========================================
+ Hits 2690 2705 +15
Misses 141 141
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/DataStructures.jl | 100% <ø> (ø) |
:arrow_up: |
| src/fenwick.jl | 100% <100%> (ø) |
:arrow_up: |
| src/queue.jl | 100% <0%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update d321175...376fcfa. Read the comment docs.
Bump
CI is failing
I was going to try to review this finally tonight, but it got too late here, so I'll try to do it first thing tomorrow.