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…
Hephzibai EnstinonJuly 1, 2024 Largest Tenth Digit Integer The program must accept three integers X, Y and Z as the input. The program must print the value having the largest tenth digit as the output.…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Find the Only Even Prime Digit Prime numbers, especially in the realm of single digits, present captivating patterns. One such pattern is the existence of only one even…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Find the Digit Repeated the Most Consecutively In the realm of numbers, patterns often hide in plain sight. One such pattern that often intrigues the curious minds is the recurrence of…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Difference Between Square of Largest and Smallest Digit The program must accept an integer N as the input. The task is to find the largest and smallest digit in the number and then print the…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Double Every Prime Digit and Append to the Number The program must accept an integer N as the input. The task is to double the value of every prime digit in N and then append those values to N…