C1 Min Read LetuscrackonJanuary 10, 2026 Matrix Find String Row-wise A character matrix of size N*N and a string S are given as input.The program must check if the string is present in the matrix row-wise and…
Python1 Min Read LetuscrackonJanuary 9, 2026 Isomorphic Strings Given two strings S1 and S2, the program must print if they are isomorphic or not. Two strings are isomorphic if the characters in S1 can be…
C1 Min Read LetuscrackonJanuary 9, 2026 First N Common Characters Two string values S1, S2 are passed as the input. The program must print first N characters present in S1 which are also present in S2. Input…