Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a function to find the longest substring of a binary string that contains only 0s and 1s.

Run the code to see the output here...