suppose I have the values in 2-d array as:
array = [[0.12],[0.24],[1.24],[1.45],[2.05],[0.45]]
and I have to find the largest value from above, so the result should be only: 2.05
please give me the idea for this. (without iterations if there is precise code then better)