Find the minimal value in N*N Matrix
Suppose that we have N by N matrix, we try to find the minimal value in that matrix.
examples:
Input A=[1 2 3 5 6;52 58 56 45...
8年以上 前
解決済み
true or false
if the matrix has a zero, return true. else, return false
8年以上 前
解決済み
Percentage profit
If you are buying at x dollar, what will be the selling price for making the r% profit?