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 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…
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 LetuscrackonApril 9, 2025 Sum of Digits – Divisible by K Sum of Digits – Divisible by K: The program must accept two integers N and K as the input. The program must print…
Python1 Min Read LetuscrackonApril 2, 2025 Maximum Sum Submatrix Maximum Sum Submatrix: The program must accept an integer matrix of size RxC and an integer K as the input. The program…
Python1 Min Read LetuscrackonApril 1, 2025 Sum Greater than 50 Sum Greater than 50: Given two integers A and B as input, the program must print YES if the sum of A and B is greater than 50.…
Python1 Min Read LetuscrackonMarch 22, 2025 Swap Subsets – Sum Swap Subsets – Sum: The program must accept N integers as the input. The program must swap every two subsets of…
Python1 Min Read LetuscrackonMarch 17, 2025 Sum of Digits is Even or Odd Sum of Digits is Even or Odd: Given an integer N as input, the program must print Yes if the sum of digits in a given number is…
C1 Min Read LetuscrackonMarch 17, 2025 Matrix Row Sum Matrix Row Sum: Given a R*C matrix (R – rows and C- Columns), print the sum of the values in each row as the output. Input Format:First…
Python1 Min Read LetuscrackonFebruary 22, 2025 String Chars – Max Absolute Difference Sum Max Absolute Difference Sum: Given N strings containing lower case alphabets as input, the program must print the string with the maximum sum…