AllAlgorithms / c

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

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

Open sarthaktanwani opened 2 years ago

sarthaktanwani commented 2 years ago

I am creating a pull request for...