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 29, 2025 Absolute Value of N is Power of X Absolute Value of N is Power of X: The program accepts two integers N and X as input. The program prints YES if the absolute value of N is a…
C1 Min Read LetuscrackonJune 11, 2024 Longest Set – Absolute Difference Less Than One An array of N integers is passed as input. The program must print the length of the longest set of integers among the N numbers so that the…
C Python1 Min Read LetuscrackonJune 9, 2024 2D Matrix Absolute Difference Diagonals Elements Sum A Square Matrix has N rows and N columns. Get the matrix as input and find the absolute difference between the sum of the values in the two…
C Java Kickstart Python1 Min Read LetuscrackonJune 7, 2024 Absolute Difference Multiples The program must accept two integers N1 and N2 as the input. The program must print the first 10 multiples of their…