Python1 Min Read LetuscrackonApril 22, 2025 Maximum Difference – Subsequent Integers Maximum Difference – Subsequent Integers: The program must accept N integers as the input. The program must sort the N…
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 24, 2025 Largest & Smallest Unit Digit Numbers Difference Largest & Smallest Unit Digit Numbers Difference: Given N numbers, the program must find and print the difference between numbers having…
C Python1 Min Read LetuscrackonJanuary 1, 2025 Increase By Adjacent Difference Increase By Adjacent Difference: Given N numbers, the program must increment a given number by the absolute difference between it’s…
C Java Mathematical Programming Python2 Min Read LetuscrackonJune 12, 2024 Find Largest Difference Between Two Adjacent Digits In digital mathematics and number analytics, a frequently encountered problem is the need to understand variations within a given number. This…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Difference Between Square of Largest and Smallest Digit The program must accept an integer N as the input. The task is to find the largest and smallest digit in the number and then print the…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Difference Between Highest and Lowest Prime Digits The program must accept an integer N as the input. The task is to find the highest and the lowest prime digits in the number and print the…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Difference – Sum of Odd and Even Digits Given a maximum of hundred digits as the input. The program must print the difference between the sum of odd and even digits as the output. If…
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…
Python1 Min Read LetuscrackonJune 11, 2024 Odd-Even Values Difference Given a value of N positive integers, the program must print the difference between the sum of odd integers and the sum of even integers.…