sum

PythonF

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…
PythonF

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…
PythonF

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

Swap Subsets – Sum

Swap Subsets – Sum: The program must accept N integers as the input. The program must swap every two subsets of…
CF

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…