Topic: Two Pointer Problem / Level: beginner

Problem: Find the maximum number of consecutive 0s in a binary array using two pointers.

Run the code to see the output here...