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…
Python1 Min Read LetuscrackonMay 24, 2025 Alphabet Matrix – Encryption Alphabet Matrix – Encryption: The program must accept a character matrix of size 5×5 containing unique lowercase…
Python1 Min Read LetuscrackonMay 21, 2025 Matrix Different Dimension HCF Matrix Different Dimension HCF: The program must accept two integer matrices of size MxN and RxC as the input. The program…
Python3 Min Read LetuscrackonApril 30, 2025 Rearrange Integer Matrix – Alphabets Rearrange Integer Matrix – Alphabets: The program must accept an integer matrix M1 and a character matrix M2 having the same size R*C as…
Python2 Min Read LetuscrackonApril 26, 2025 Character Matrix – Alternate Ends Character Matrix – Alternate Ends: The program must accept a character matrix of size RxC as the input. The program must print the…
C1 Min Read LetuscrackonMarch 17, 2025 Matrix Row Sum Matrix Row Sum: Given a R*C matrix (R – rows and C- Columns), print the sum of the values in each row as the output. Input Format:First…
Python1 Min Read LetuscrackonMarch 8, 2025 Matrix Add Top Row Matrix Add Top Row: A matrix of size R*C is given as the input to the program. The program must add the elements in the first row in each…
C Python2 Min Read LetuscrackonFebruary 24, 2025 Search a Word in a Matrix Search a Word in a Matrix: The program must accept a character matrix of size R*C and a string S as input. The program…