AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.44k stars 520 forks source link

Smaller and faster way to calculate modulus of 2 using bit manipulation #382

Open sarthaktanwani opened 1 year ago

sarthaktanwani commented 1 year ago

I am creating a pull request for...