C2 Min Read LetuscrackonMarch 7, 2025 Max Value Bags Carry Capacity Max Value Bags Carry Capacity: A man has the capacity to lift only C kilograms. There are N bags containing grocery items to be carried to yet…
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…
C Java JavaScript Python5 Min Read LetuscrackonJanuary 5, 2025 Collect Max Points Collect Max Points: A kids game has a board with an M*N matrix having M rows and N columns containing non-negative integer values as cell…
Python1 Min Read LetuscrackonJune 13, 2024 Max Distance Same Characters The program must accept a string S as the input. The program must print the character along with its maximum distance to reach the…
Python1 Min Read LetuscrackonJune 12, 2024 Array Elements – Max Divisible by D An array of N positive integers are passed as input. D which is a positive integer is also passed as the input. The program must print the…
Java1 Min Read LetuscrackonJune 11, 2024 Alternate Sorting – Max Min Given an array of N integers, rearrange the array in such a way that the first element is first maximum, second element is first minimum,…
C2 Min Read LetuscrackonJune 11, 2024 Max Equal Sum of Cube Numbers in N Stacks There are several cubes placed in N stacks. Each cube has a number K (where K is from 1 to 99) printed on all the sides. Each of these N…
C1 Min Read LetuscrackonJune 11, 2024 Max Same Letter Square Size Certain kids were playing a game in which they would draw a N*N matrix and would fill in a letter from A to Z in a given cell based on certain…
C Java Python1 Min Read LetuscrackonJune 10, 2024 Replace Max Digit – Two Integers The program must accept two integers X and Y as the input. The program must replace all the occurrences of the maximum digit in X with the…
C1 Min Read LetuscrackonJune 9, 2024 Max Streak Winning Sequence Alok is playing N round of card games with his friend Brinda. He gets postive or negative points based on whether he won or lost in a specific…