You are viewing a single comment's thread. Return to all comments →
One line solution in Java:
System.out.println((B.length() - B.replaceAll("010", "").length())/3);
Seems like cookies are disabled on this browser, please enable them to open this website
Beautiful Binary String
You are viewing a single comment's thread. Return to all comments →
One line solution in Java: