javascript-algorithms
javascript-algorithms copied to clipboard
Shifted method has been changed
This PR has corrected the right shifted method (algorithmic method) in the function to preserve the sign of integer.
Fixes #1152