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…
C Java Python3 Min Read LetuscrackonJune 12, 2024 Append Alphabet – Surrounding Integers The program must accept a matrix of size R*C containing integers and alphabets as the input. For each occurrence of the alphabet in…
Python1 Min Read LetuscrackonJune 11, 2024 Column-wise Alphabet Sort A matrix of size N*N is passed as input. The program must sort the matrix(lexicographically) column-wise and prints the matrix. Boundary…
Python1 Min Read LetuscrackonJune 10, 2024 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 LetuscrackonJune 10, 2024 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 LetuscrackonJune 10, 2024 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 6, 2024 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 LetuscrackonJune 6, 2024 Alphabet Matrix – Encryption Alphabet Matrix – Encryption: The program must accept a character matrix of size 5×5 containing unique lowercase…
Python1 Min Read LetuscrackonJune 5, 2024 Alphabet Shift Encryption – String Alphabet Shift Encryption – String: The program must accept a string S containing only alphabets and L integers as…