Python1 Min Read LetuscrackonMay 30, 2025 Split String – Equal Unique Count Split String – Equal Unique Count: The program must accept a string S as the input. The program must print the number of ways…
Python1 Min Read LetuscrackonApril 7, 2025 Split String – Maximum Value Split String – Maximum Value: The program accept a string S containing only 0s and 1s as the input. The…
Python1 Min Read LetuscrackonApril 4, 2025 Split String – Continuous Repetition Split String – Continuous Repetition: The program must accept a string S as the input. The program must split the string into multiple…
Python1 Min Read LetuscrackonJune 11, 2024 Split String & Sort An even length string S is passed as the input. The program must split the string into two parts S1 and S2 and sort them in ascending order.…
C Java Python2 Min Read LetuscrackonJune 9, 2024 Split & Check Prime Integers The program must accept an integer N as the input. The program must split the integer N into two parts and print them if both are prime…
C Java Python2 Min Read LetuscrackonJune 8, 2024 Integers Sum – Split, Sort and Merge The program must accept N integers as the input, where each integer contains a pipe symbol. The program must find the sum of the…
C Java Python2 Min Read LetuscrackonJune 8, 2024 Split String into Words – Length The program must accept an integer N, a string S and N integers as the input. The string S contains N words without any space.…
Python1 Min Read LetuscrackonJune 8, 2024 Recursive Split String The program must accept a string S as the input. The program must split the string recursively based on the following conditions. If the…
Python1 Min Read LetuscrackonJune 8, 2024 Split Integer – Range Sum The program must accept an integer N as the input. The program must print YES if it is possible to split the integer N…
Python1 Min Read LetuscrackonJune 7, 2024 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…