weeklychallenge
Not So Loopy Digits: Weekly Challenge 352 Task 2
Task 2: Binary Prefix: Given an array of 0s and 1s, return Booleans indicating whether each non-empty prefix of the array (shortest to longest) is divisible by 5 when interpreted as a binary number (highest bit first). Excellent, a problem involving arrays and math; what a great opportunity to use