Python1 Min Read LetuscrackonAugust 21, 2025 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 LetuscrackonAugust 5, 2025 Rearrange Mixed Matrix The program must accept a matrix of size R*C as the input. The given matrix…
Python1 Min Read LetuscrackonJuly 26, 2025 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 LetuscrackonJuly 17, 2025 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…
Python2 Min Read LetuscrackonJune 29, 2025 Matrix Border – Previous & Next Matrix Border – Previous & Next: The program must accept an integer matrix of size RxC and an integer K as the…
Python2 Min Read LetuscrackonJune 24, 2025 Alphabet Matrix – Minimum Sum Path Alphabet Matrix – Minimum Sum Path: The program must accept a matrix of size R*C containing only alphabets as the input. Each…
Python2 Min Read LetuscrackonJune 18, 2025 Matrix – Remove Apples & Oranges Matrix – Remove Apples & Oranges: The program must accept a character matrix of size R*C containing only A‘s…
Python2 Min Read LetuscrackonJune 8, 2025 Search String – Matrix Edges Search String – Matrix EdgesThe program must accept a character matrix of size R*C and a string S as the input. The…
Python1 Min Read LetuscrackonJune 3, 2025 Flip Horizontally – Matrix Sum Flip Horizontally – Matrix Sum: The program must accept two integer matrices M1 and M2 of size RxC as the…
Python2 Min Read LetuscrackonMay 31, 2025 Largest Square Matrix – Words Largest Square Matrix – Words: The program must accept a string S containing multiple words as the input. The program must…