Skip to content

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

@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

2 participants