We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Beautiful Binary String
Beautiful Binary String
Sort by
recency
|
839 Discussions
|
Please Login in order to post a comment
Simple C Solution
Here are my c++ solution, explanation here : https://youtu.be/xf0JsPRH5rs
Solution 1 :
Solution 2 :
SIMPLEST SOLUTION IN PYTHON-
l=b.split('010')
return len(l)-1
Python solution without any tricks :-