Python ZOHO1 Min Read LetuscrackonJanuary 5, 2025 Non Palindromic Words [ZOHO] Non Palindromic Words: A string with one or more words is passed as the input. The program must print only the words which are not…
Python1 Min Read LetuscrackonDecember 1, 2024 K Palindromic Integers Program In Python The program must accept two integers N and K as the input. The program must print the first K palindromic integers greater…
Dynamic Programming Python1 Min Read LetuscrackonJune 10, 2024 Palindromic Partition The program must accept a string S as the input. The program must print the minimum number of cuts required so that all the…
Dynamic Programming Java1 Min Read LetuscrackonJune 10, 2024 Longest Palindromic Substring The program must accept a string S as the input. The program must print the length of longest palindromic substring in the string S…
C Python2 Min Read LetuscrackonJune 8, 2024 Smallest Palindromic Integer – Greater than X The program must accept N unique digits and an integer X as the input. The program must print the smallest palindromic integer, which is…