Given an array of 0s and 1s, find the position of 0 to be replaced with 1 to get longest continuous sequence of 1s. Expected time complexity is O(n)
Tag - binary numbers definition
C Programming - Binary representation of a given number - Bit Algorithm - Write a program to print Binary representation of a given number.
C Programming-program to add two numbers in base 14 - Mathematical algorithms - Just add the numbers in base 14 in same way we add in base 10.