Syntel Placement Paper -3
Syntel Placement paper (Technical-Data Structure) 1. The grammar for A, B, S is given below. S->Ax|By A->Ax|y B->x|y possible ans is xy|xy 2. In n*n matrix , there non zero numbers in diagonal and either sideof the diagonal. If represented in one dimensional array, assign thevalues which are non zeros. find relation with i,j iteration [...]