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 19, 2025 Inplace Sort – Unit Digit Inplace Sort – Unit Digit: The program must accept N integers as the input. The program must sort the integers having the same unit…
Python1 Min Read LetuscrackonMarch 16, 2025 Multiply Multiples with Unit Digit Program In Python Multiply Multiples with Unit Digit: Two numbers X and Y are passed as the input where Y > X. Another number N is also passed as the input…
Python1 Min Read LetuscrackonMarch 14, 2025 Unit Digit Double Unit Digit Double: Given an array of integers of size N, the program must print the twice the value of the unit digit of each element.…
Python1 Min Read LetuscrackonFebruary 16, 2025 Print Next Even Digit Given a number N, the program must print the next even digit for each of the digits in N, Boundary Condition(s):1 <= N <= 999999999…
C Dynamic Programming1 Min Read LetuscrackonFebruary 8, 2025 No Consecutive Digit Substring Count No Consecutive Digit Substring Count: Orlando wants to print the count of substrings in a digit string value S (which contains only digits 0…
Python1 Min Read LetuscrackonJanuary 24, 2025 Largest & Smallest Unit Digit Numbers Difference Largest & Smallest Unit Digit Numbers Difference: Given N numbers, the program must find and print the difference between numbers having…
Python1 Min Read LetuscrackonJanuary 23, 2025 Product of Unit digit and Tenth digit Product of Unit digit and Tenth digit: Given a number N where N >= 10, the program must print the product of the unit and tenth digit.…
Python1 Min Read LetuscrackonDecember 27, 2024 Infinite Sequence Nth Digit Infinite Sequence Nth Digit: The program must accept an integer value N and print the Nth digit in the integer sequence 1, 2, 3, 4, 5, 6, 7,…
Java1 Min Read LetuscrackonDecember 11, 2024 Maximum by Single Digit Replacement Maximum by Single Digit Replacement: Two integers M and N are passed as the input to the program. The program must print the maximum value of…