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…
C Dynamic Programming2 Min Read LetuscrackonJanuary 17, 2025 Minimum Cost – Toll Plaza Program Minimum Cost – Toll Plaza Program: A taxi driver needs to drop his customer to a place. There are many toll plazas through which the…
Python2 Min Read LetuscrackonJanuary 9, 2025 Minimum Cost – Land Acquisition Minimum Cost – Land Acquisition: The government of India plans to build a road In a city. The government also plans to acquire some…