Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a program to find the longest sequence of alternating 1s and 0s in a binary string.

Run the code to see the output here...