Leetcode 525: Contiguous Array.

Published 2020-04-13
In this video I walk through how I went about solving the problem, from visualizations to how you can break the problem into sub problems to solve the bigger problem.

All Comments (2)
  • Thank you for providing a beautiful explanation to this problem using an alternative method. I couldn't have thought it further than the brute force method.