Topic: Bit Manipulation Problem / Level: advanced

Problem: Implement a function to find the largest power of two that divides a given integer.

Run the code to see the output here...