Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Btree #32

Merged
merged 11 commits into from
Mar 1, 2019
Merged

Implement Btree #32

merged 11 commits into from
Mar 1, 2019

Conversation

oinume
Copy link
Owner

@oinume oinume commented Feb 19, 2019

No description provided.

@codecov-io
Copy link

codecov-io commented Feb 20, 2019

Codecov Report

Merging #32 into master will decrease coverage by 0.91%.
The diff coverage is 74.74%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   79.77%   78.86%   -0.92%     
==========================================
  Files           8       10       +2     
  Lines         445      544      +99     
==========================================
+ Hits          355      429      +74     
- Misses         61       80      +19     
- Partials       29       35       +6
Impacted Files Coverage Δ
datastructure/linked_list/linked_list.go 81.7% <ø> (ø) ⬆️
datastructure/btree/node.go 72.72% <72.72%> (ø)
datastructure/btree/tree.go 81.81% <81.81%> (ø)

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 c9adc90...f72a399. Read the comment docs.

@oinume oinume changed the title Implement Btree (2) Implement Btree Mar 1, 2019
@oinume oinume merged commit 13d6738 into master Mar 1, 2019
@oinume oinume deleted the btree2 branch March 1, 2019 14:45
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.

2 participants