cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

Add an algorithm that multiplies using only bitwise operators

Open wliamwhite opened this issue 3 years ago • 0 comments

Changes:

Below is my code for multiplying two integers of any integer type (from char to long long, signed and unsigned) using ONLY bitwise operators. As you can see, I have included exhaustive testing using assert. Change anything you see fit!

wliamwhite avatar Mar 02 '22 17:03 wliamwhite