Python1 Min Read LetuscrackonAugust 15, 2025 All Alphabets – Upper/Lower Case The program must accept two string values S1 and S2 containing only alphabets as the input. The program must print yes if all the 26 alphabets…
Python1 Min Read LetuscrackonJuly 15, 2025 Uncommon Alphabets The program must accept values of two string S1 and S2 as input. The program must print the uncommon alphabets in…
C1 Min Read LetuscrackonJuly 12, 2025 Reverse Repeat N Alphabets The program must accept a string S and repeat the alphabets from the end till a new string S2 of length N is formed. Then the program must…
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…
Python1 Min Read LetuscrackonApril 15, 2025 Alphabets Triangle Pattern Alphabets Triangle Pattern: Given an integer N which indicates the position in the alphabet series (upper case) and another…
C1 Min Read LetuscrackonMarch 15, 2025 Minimum Distance Between Alphabets Minimum Distance Between Alphabets: Given a string S and two alphabets C1 and C2 present in S, find the minimum distance D between C1…
C1 Min Read LetuscrackonFebruary 20, 2025 String – Alphabets Frequency Given a string S as the input, print the count of distinct alphabets in S followed by their frequency of occurrence. The upper case alphabets…
Python1 Min Read LetuscrackonFebruary 10, 2025 Non Common Alphabets Non Common Alphabets: Two strings S1 and S2 are passed as input. The program must print the non-common alphabets in the…
Python2 Min Read LetuscrackonFebruary 4, 2025 Mth and Nth Alphabets Mth and Nth Alphabets: The program must accept three integers M, N and K as the input. The program must form a string S of length K using…
Python1 Min Read LetuscrackonJanuary 17, 2025 Only Alphabets and Space Only Alphabets and Space: Given a String S, remove all the special characters and numbers from S and print. Input Format:The first line…