Python2 Min Read LetuscrackonJune 8, 2024 Swap Integers Matrix Border The program must accept an integer matrix of size R*C and two integers X, Y as the input. The program must find the Xth integer and the Yth in…
C1 Min Read LetuscrackonJune 8, 2024 Matrix – Upper Left to Lower Right The program must accept the upper left triangle elements of an integer matrix size of NxN as the input. The program must fill the lower right…
Python1 Min Read LetuscrackonJune 7, 2024 Sort Matrix & Print Positions Sort Matrix & Print PositionsThe program must accept an integer matrix of size R*C containing only unique integers as the input.…
Python2 Min Read LetuscrackonJune 7, 2024 Rearrange Mixed Matrix The program must accept a matrix of size R*C as the input. The given matrix…
Python1 Min Read LetuscrackonJune 7, 2024 Rotate Matrix by X Degrees The program must accept an integer matrix of size NxN and an integer X as the input.The program must rotate the matrix by X degrees in the…
C1 Min Read LetuscrackonJune 7, 2024 Matrix Unit Digit Swap The program must accept an integer matrix of size R*C, where C is even and swap the unit digits of the elements in columns 1 and 2, then 3 and…