1.Input of matrix MxN -> for each index i such that the matrix value is 0 - change all values in row i and col i to 0.
2.Input of string contains only 0-9 chars -> write a function that return all valid IP Addresses that can be constructed from the input string.