Topic: Bit Manipulation Problem / Level: advanced

Problem: Implement a function to find the total number of unique bit patterns that can be formed with n bits.

Run the code to see the output here...