C Java1 Min Read LetuscrackonJanuary 3, 2026 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…
Java1 Min Read LetuscrackonDecember 9, 2025 Next Number Palindrome Given a number N, the program must print the next palindromic number P. Boundary Conditions:9 < N < 100000 Input Format:First…
Python1 Min Read LetuscrackonNovember 8, 2025 Palindrome or symmetry Given a set of ‘n’ strings, write an algorithm and the subsequent Python code to check if the string is a Palindrome string or Symmetry…
Java1 Min Read LetuscrackonSeptember 27, 2025 Find Palindrome and its index A String is given S, we have to find the palindrome in that and print the starting and ending index. Example I/O: Example I/O: Sample Input 1:…
Python1 Min Read LetuscrackonJuly 26, 2025 Alphanumeric Palindrome The program must accept a string S as the input. The program must print YES if all the alphanumeric characters in the…
Python1 Min Read LetuscrackonJuly 25, 2025 Split String Values – Palindrome The program must accept two string values S1 and S2 of equal length as the input. The program must split both the string…
Python1 Min Read LetuscrackonApril 19, 2025 Reverse Sum Palindrome Reverse Sum Palindrome: The program must accept an integer N as the input. The program must find the sum of N and its reverse. The…
InfyTQ Python1 Min Read LetuscrackonDecember 7, 2024 Sum and Reverse Till Palindrome The program must accept an integer N as the input. The program must find the palindrome formed by performing the following operations.–…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Check Palindrome Nature of a Number The program must accept an integer N as the input. The task is to check whether the number is a palindrome. If the number is a palindrome, the…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Longest Palindrome Length The program must accept a string S as the input. The program must print the length of the longest palindrome that can be formed with…