Python2 Min Read LetuscrackonJune 1, 2025 Submatrix Sum – Integers Start with D Submatrix Sum – Integers Start with D: The program must accept an integer matrix of size R*C and two…
Python1 Min Read LetuscrackonMarch 20, 2025 Range Start and End Position Range Start and End Position: N integers are passed as input. X which is an integer is also passed as the input. The program must print the…
Python1 Min Read LetuscrackonMarch 11, 2025 Consonants from Start End Alternate Consonants from Start End Alternate: A string S is passed as the input to the program. The program must print the consonants from the start…
Python1 Min Read LetuscrackonFebruary 28, 2025 ZigZag Pattern – Start with Base Program in Python ZigZag Pattern – Start with Base: Two positive integer values X and Y are passed as input to the program. The program must print the…
C1 Min Read LetuscrackonJanuary 21, 2025 Equidistant Characters from Start & End Equidistant Characters from Start & End: Given a string value S1 the program must print only the characters which are present in the same…
Python1 Min Read LetuscrackonDecember 11, 2024 Word Game – Start End Letters To begin the game, let us say a word W is considered as the first word. The second word is the word which has the last letter of the first…
C1 Min Read LetuscrackonJune 9, 2024 Pattern Printing – Start Number Given an integer N as the input and a start integer S, print the pattern as given in the Example Input/Output section. Input Format: The first…