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

Add Linear prime sieve #219

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

Conversation

sanxsth
Copy link

@sanxsth sanxsth commented Oct 1, 2018

This adds Linear prime sieve

@codecov
Copy link

codecov bot commented Oct 1, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #219   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         148    150    +2     
  Lines        2602   2624   +22     
  Branches      434    436    +2     
=====================================
+ Hits         2602   2624   +22
Impacted Files Coverage Δ
src/algorithms/math/bits/fullAdder.js 100% <100%> (ø)
...lgorithms/math/fibonacci/fibonacciNthClosedForm.js 100% <100%> (ø) ⬆️
.../algorithms/sorting/quick-sort/QuickSortInPlace.js 100% <100%> (ø) ⬆️
...rithms/tree/depth-first-search/depthFirstSearch.js 100% <100%> (ø) ⬆️
src/algorithms/math/square-root/squareRoot.js 100% <100%> (ø)
...rc/data-structures/priority-queue/PriorityQueue.js 100% <100%> (ø) ⬆️
src/algorithms/graph/dijkstra/dijkstra.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 1d378ae...7fd168d. Read the comment docs.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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