Given a two-dimensional array of integers and a row index, return the largest element in that row. You may assume there is at least one element in the specified row.