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…
Python1 Min Read LetuscrackonDecember 29, 2024 Expand Alphabets Expand Alphabets: Given a string S with alphabets and their count, repeat the alphabets based on their count and print the value as the…
Python1 Min Read LetuscrackonDecember 3, 2024 Pattern – Integer to Alphabets Given a number N, convert the number to character values based on alphabet positions as given in Example Input/Output. Hint: Use modulo…
Python1 Min Read LetuscrackonNovember 8, 2024 Print Only Alphabets In Python A string S is passed as the input. S can contain alphabets, numbers and special characters. The program must print only the alphabets in S.…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Alphabets Positions Reversed The program must accept N alphabets as the input. The program must print the alphabet position of each alphabet in reverse…