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

Bidirectional conditional insertion sort #68

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

christian4423
Copy link

This is a javascript implementation of the Bidirectional Conditional Insertion Sort algorithm published by Future Computer Systems Volume 71, June 2017, Pages 102-112. Read about it here:
https://www.sciencedirect.com/science/article/pii/S0167739X17301711?via%3Dihub

Christian Matsoukis and others added 6 commits June 13, 2018 16:03
@codecov-io
Copy link

codecov-io commented Jun 14, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #68   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         100    101    +1     
  Lines        2029   2114   +85     
  Branches      354    369   +15     
=====================================
+ Hits         2029   2114   +85
Impacted Files Coverage Δ
...g/bidirectional-conditional-insertion-sort/BCIS.js 100% <100%> (ø)
src/algorithms/sorting/SortTester.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 e3b482c...b9660c2. Read the comment docs.

@christian4423
Copy link
Author

@trekhleb Wanna review this? 💯

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.

None yet

2 participants