namanvats / cpalgorithms

Algorithms and Techniques for competitive programming
MIT License
18 stars 29 forks source link

Added a bit manipulation programs #46

Open ishikagupta1919 opened 4 years ago

ishikagupta1919 commented 4 years ago

A program that maximizes an unsigned number by swapping the bits at extreme positions has been included.