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…
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…
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.–…