C1 Min Read LetuscrackonJanuary 11, 2026 Character Between Two Vowels Given a string S, Print only the characters which are surrounded by vowels on both sides, if no character matches the condition print -1.…
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…