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…
Java1 Min Read LetuscrackonDecember 11, 2024 Maximum by Single Digit Replacement Maximum by Single Digit Replacement: Two integers M and N are passed as the input to the program. The program must print the maximum value of…
Java1 Min Read LetuscrackonNovember 15, 2024 Maximum Target Hits in Sequence In a shooting competition, whenever the target is hit, the score is increased by 1. When the target is missed the score is decreased by 1.…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Enclose Number Between its Maximum and Minimum Digits In the realm of digital data analytics and number theory, understanding the range and distribution of digits within a number is crucial. This…
C Java Python4 Min Read LetuscrackonJune 12, 2024 Find the Maximum Element in a Matrix You are given a matrix of size R*C containing integers. Write a program to find the maximum element present in the matrix. Note: Make sure to…
Dynamic Programming Python1 Min Read LetuscrackonJune 11, 2024 DP – Maximum Sum Subarray An array of N integers (both positive and negative) is given as the input to the program. The program must print the maximum sum of the…
C1 Min Read LetuscrackonJune 11, 2024 Structure – Item with Maximum Price N items are passed as the input along with id, name and price. All the N items will have distinct price. Print the item details which has…