129) A matrix "a" is called lower triangular if and only if for all j > i, aij= 0. If such a matrix is to be sorted in a one dimensional array, A, then aij could be mapped to which of the following index of A ?
Answer is:
1/2 * i (i + 1) j
Related Data structures and Algorithms MCQ with Answers
Answer is: