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…
C Java Kickstart Python1 Min Read LetuscrackonMay 10, 2025 Not Equal to Zero The program must accept a number and print yes if it is NOT equal to zero. Else it must print no. Example Input/Output 1:Input:0 Output:no…
C Java Kickstart Python1 Min Read LetuscrackonMay 3, 2025 Two Numbers Equal The program must accept two numbers and print yes if they are equal. Else the program must print no as the output. Example…
Python1 Min Read LetuscrackonApril 22, 2025 Maximum Sum – Equal Digits Sum Maximum Sum – Equal Digits Sum: The program must accept N integers as the input. The program must print the maximum sum of two…
Python1 Min Read LetuscrackonApril 13, 2025 Three Parts – Equal Sum Three Parts – Equal Sum: The program must accept an integer array of size N as the input. The program must…
Python1 Min Read LetuscrackonJanuary 28, 2025 Sum of Values Less Than or Equal to X Sum of Values Less Than or Equal to X: A set of N positive integers are passed as the input. Another number X which may or may not be present…
Python1 Min Read LetuscrackonDecember 30, 2024 Swap Integers – Equal Sum Matrices Swap Integers – Equal Sum Matrices: The program must accept two integer matrices M1 and M2 of equal size RxC as the input. If it is…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Divide Number into Equal Size Groups and Sum Them The program must accept an integer N and divide it into groups of equal size (of 2 or 3 or 4 etc). Then, the program should sum up these…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Spilt Array – Equal Sum The program must accept an integer array of size N as the input. The program must print YES if it is possible to split the array…
C Python ZOHO1 Min Read LetuscrackonJune 11, 2024 Even Length Substring – Equal Sum Halves [Zoho] Even Length Substring – Equal Sum Halves: Given a string S as input which consists only of digits from 0 to 9, print the longest…