Skip to content

Perform multiplication of any two integers positive or negative throu… #201

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

Merged

Conversation

adityahiran
Copy link
Contributor

Using bit manipulations for multiplying two signed integers

@adityahiran adityahiran force-pushed the feat-bitwise-multiply branch from 820de5f to 55f6359 Compare September 4, 2018 17:47
@codecov
Copy link

codecov bot commented Sep 4, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #201   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         138    140    +2     
  Lines        2535   2543    +8     
  Branches      417    420    +3     
=====================================
+ Hits         2535   2543    +8
Impacted Files Coverage Δ
src/algorithms/math/bits/multiply.js 100% <100%> (ø)
src/algorithms/math/bits/isEven.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 1a62078...387c5bf. Read the comment docs.

@adityahiran adityahiran force-pushed the feat-bitwise-multiply branch from 55f6359 to 9fe29be Compare September 5, 2018 13:46
@trekhleb
Copy link
Owner

trekhleb commented Sep 8, 2018

Thank you for PR @adityahiran

@trekhleb trekhleb changed the base branch from master to bitwise-multiplication September 8, 2018 19:50
@trekhleb trekhleb merged commit bc8943d into trekhleb:bitwise-multiplication Sep 8, 2018
@adityahiran adityahiran deleted the feat-bitwise-multiply branch September 10, 2018 18:17
harshes53 pushed a commit to harshes53/javascript-algorithms that referenced this pull request Dec 6, 2018
shoredata pushed a commit to shoredata/javascript-algorithms that referenced this pull request Mar 28, 2019
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