C Python1 Min Read LetuscrackonSeptember 3, 2025 Maximum Length – S1 and S2 The program must accept two string values S1 and S2 as the input. The program must print the string having the maximum…
Python1 Min Read LetuscrackonJuly 6, 2025 Maximum Number of Balls – Triangle Maximum Number of Balls – Triangle: In a game, there are (N*(N+1))/2 boxes arranged as a triangle based on the following…
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 LetuscrackonApril 22, 2025 Maximum Sum – Equal Digits Sum Maximum Sum – Equal Digits Sum: The program must accept N integers as the input. The program must print the maximum sum of two…
LetuscrackonApril 16, 2025 Boxes – Maximum Gold Coins There are N stacks of boxes placed and each stack has R boxes. Each box has certain number of gold coins that are passed…
Python1 Min Read LetuscrackonApril 7, 2025 Split String – Maximum Value Split String – Maximum Value: The program accept a string S containing only 0s and 1s as the input. The…
Python2 Min Read LetuscrackonApril 3, 2025 Move Middle Maximum Move Middle Maximum: The program must accept an array of N unique integers (where N is always odd) and an integer T as the…
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 LetuscrackonFebruary 26, 2025 Maximum Uncommon Characters Maximum Uncommon Characters: Given N strings as input, the program must print the string which has the maximum number of uncommon characters.…
Java Wipro2 Min Read LetuscrackonFebruary 21, 2025 Integers – Maximum and Count N integers are passed as the input. The program must repeat the steps given below. Step 1: Find the maximum M of the…