Skip to content

Tonouewa-kefil/BitwiseCoding

Repository files navigation

BitWise Coding

Goal

The goal is to pratice bit manipulation in coding in order to perform efficient operations while coding.

Lesson Learned

  • Doing x >> 1 will multiply x by 2
  • Doing x << 1 will divide x by 2

Credits

Some of the problems solved here come from here.

Releases

No releases published

Packages

No packages published

Languages