You are viewing a single comment's thread. Return to all comments →
C# solution:
int max = Convert.ToString(n, 2).Split('0').Max(m => m.Length);
Seems like cookies are disabled on this browser, please enable them to open this website
Day 10: Binary Numbers
You are viewing a single comment's thread. Return to all comments →
C# solution: