Python1 Min Read LetuscrackonMarch 2, 2026 Unique Alphabet Count A string S is passed as input to the program which has only alphabets (all alphabets in lower case). The program must print the unique count…
Python1 Min Read LetuscrackonFebruary 21, 2026 Reverse Alphabet Triangle Pattern The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output section.…
C Java1 Min Read LetuscrackonJanuary 3, 2026 Palindrome Missing Alphabet Problem Statement :String S which is a palindrome is passed as the input.But just one alphabet A is missing in S. The program must print the…
Python2 Min Read LetuscrackonJune 24, 2025 Alphabet Matrix – Minimum Sum Path Alphabet Matrix – Minimum Sum Path: The program must accept a matrix of size R*C containing only alphabets as the input. Each…
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 LetuscrackonApril 12, 2025 Alphabet Shift Encryption – String Alphabet Shift Encryption – String: The program must accept a string S containing only alphabets and L integers as…
Python1 Min Read LetuscrackonMarch 21, 2025 Alphabet for Digit Alphabet for Digit: Given an integer N as input, the program must print the lower case alphabets (from a to i) in the position of the digits…
Python1 Min Read LetuscrackonMarch 15, 2025 Three Alphabet Series Three Alphabet Series: A special alphabet series can be formed by three alphabets A, B and C. An integer K is given as the input to the…
Python1 Min Read LetuscrackonJanuary 6, 2025 String Alphabet Count String Alphabet Count: Given a string S with only alphabets, print the alphabet and it’s count as shown in the Example Input/Output…
C Python1 Min Read LetuscrackonNovember 16, 2024 Alphabet Count – Repeated String A string S is passed as input to the program. The string S is repeated till the repeated string R is of length N. The program must print the…