Showing 2 questions
Given a matrix, replace every cell with a value of -1 with the maximum value found in its respective column. The original values in the matrix should be used to determine the column maximums.
#1. Modify the Matrix
You're given an array of numbers from 0 to n, with one number missing. Find the missing number within the array.
#2. Missing Number