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…
Python1 Min Read LetuscrackonFebruary 6, 2025 Words – Maximum Consonants Words – Maximum Consonants: The program must accept a string S containing multiple words as the input. The program must print the words…
C1 Min Read LetuscrackonJanuary 30, 2025 Maximum Spice Capacities Maximum Spice Capacities: There are N bottles with different capacities filled with different types of spices. The spices are mixed in certain…