trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
188.64k stars 30.29k forks source link

Shifted method has been changed #1155

Open hitaishi-goel opened 4 months ago

hitaishi-goel commented 4 months ago

This PR has corrected the right shifted method (algorithmic method) in the function to preserve the sign of integer.

Fixes #1152