namanvats / cpalgorithms

Algorithms and Techniques for competitive programming
MIT License
17 stars 30 forks source link

Added a bit manipulation programs #46

Open ishikagupta1919 opened 3 years ago

ishikagupta1919 commented 3 years ago

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