C1 Min Read LetuscrackonMarch 23, 2026 Max Same Letter Square Size Certain kids were playing a game in which they would draw a N*N matrix and would fill in a letter from A to Z in a given cell based on certain…
Python1 Min Read LetuscrackonOctober 31, 2025 Letter Identification Given three words, write an algorithm and the subsequent Python code to identify the following letters: Letters common to all the three words…
Python1 Min Read LetuscrackonAugust 2, 2025 Rearrange String Values – First Letter There are N string values that start with the same letter, but some string values are reversed. The program must accept those N…
C Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Pattern Printing Middle Letter – Odd Length String [ZOHO] Pattern Printing Middle Letter – Odd Length String [ZOHO]: An odd length string S is passed as the input. The program must print the…
C1 Min Read LetuscrackonJune 11, 2024 Match Last Letter Given two strings S1 and S2 , print the string S1 vertically with the string S2 in reversed manner which ends with the letter being considered…