Given an array of integers A[1...n-1] where 'N' is the length of
array A[ ]. Construct an array B such that B[i] = min(A[i], A[i+1],
..., A[i+K-1]), where K will be given.
La matrice B avrà elementi N-K + 1.
Possiamo risolvere il pr...
posta
22.06.2012 - 16:52