C1 Min Read LetuscrackonDecember 21, 2025 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 LetuscrackonDecember 19, 2025 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 LetuscrackonDecember 1, 2025 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 LetuscrackonOctober 30, 2025 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 LetuscrackonAugust 24, 2025 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 24, 2025 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 8, 2025 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…
Python1 Min Read LetuscrackonApril 5, 2025 Shift Minimum to End Shift Minimum to End: The program must accept N integers and an integer K as the input. The program must perform the…
C1 Min Read LetuscrackonMarch 15, 2025 Minimum Distance Between Alphabets Minimum Distance Between Alphabets: Given a string S and two alphabets C1 and C2 present in S, find the minimum distance D between C1…
Python TCS CodeVita2 Min Read LetuscrackonFebruary 12, 2025 Philaland Coin (Minimum Number of Denominations) – TCS CodeVita Minimum Number of Denominations TCS CodeVita solution in python In a shop, the cost of products ranges from 1 to N (both…