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 hash table with open addressing #24

Merged
merged 12 commits into from
Jun 4, 2018
Merged

Conversation

oinume
Copy link
Owner

@oinume oinume commented Jun 2, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented Jun 2, 2018

Codecov Report

Merging #24 into master will increase coverage by 0.91%.
The diff coverage is 77.45%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #24      +/-   ##
=========================================
+ Coverage   76.19%   77.1%   +0.91%     
=========================================
  Files           5       6       +1     
  Lines         210     297      +87     
=========================================
+ Hits          160     229      +69     
- Misses         43      55      +12     
- Partials        7      13       +6
Impacted Files Coverage Δ
src/datastructure/hash_table/chaining.go 72.6% <58.82%> (-2.05%) ⬇️
src/datastructure/hash_table/open_addressing.go 81.17% <81.17%> (ø)

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 dc9991c...e00dcd1. Read the comment docs.

@oinume oinume merged commit 0682fd4 into master Jun 4, 2018
@oinume oinume deleted the hash-table-open-addressing branch June 4, 2018 09:18
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