C1 Min Read LetuscrackonJune 9, 2024 Minimum Sum – M out of N Given N positive integers, find the minimum sum S that can be obtained by adding exactly M out of the N integers. The program must print the…
C1 Min Read LetuscrackonJune 9, 2024 Minimum Distance between words A string S is passed as the input.Two words w1 and w2 which are present in the string S are also passed as the input. The program must…
Hackerrank Python1 Min Read LetuscrackonJune 9, 2024 Average Salary Excluding the Minimum and Maximum Salary You are given an array of unique integers salary where salary[i] is the salary of the ith employee.…
Python1 Min Read LetuscrackonJune 8, 2024 Minimum distance points Given ‘n’ points in an X-Y plane , write an algorithm and the subsequent Python code to determine the pair of points that are…
Python1 Min Read LetuscrackonJune 7, 2024 Minimum Size Pendrive – N Videos The program must accept N integers representing the sizes of N videos (in MB) as the input. A boy wants to store all the N…
Python2 Min Read LetuscrackonJune 6, 2024 Alphabet Matrix – Minimum Sum Path Alphabet Matrix – Minimum Sum Path: The program must accept a matrix of size R*C containing only alphabets as the input. Each…
Python2 Min Read LetuscrackonJune 6, 2024 Minimum Length – String Values Minimum Length – String Values: The program must accept N string values as the input. The program must print the output based…