C Dynamic Programming1 Min Read LetuscrackonJune 10, 2024 Minimum Jumps to Reach End There are N stones arranged in a row. Each stone has a positive value, which indicates the maximum number of stones a person can…
Dynamic Programming Java1 Min Read LetuscrackonJune 10, 2024 Minimum Edit Distance Two Strings The program must accept two string values S1 and S2 as the input.The program must print the minimum cost required to convert the string S1 to…
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…