Python1 Min Read LetuscrackonAugust 23, 2025 Expand and Sort – Integers The program must accept N integers as the input. The program must expand each integer to a maximum value by repeating any one of the…
Python1 Min Read LetuscrackonAugust 21, 2025 Sort Matrix & Print Positions Sort Matrix & Print PositionsThe program must accept an integer matrix of size R*C containing only unique integers as the input.…
Python1 Min Read LetuscrackonAugust 18, 2025 Sort Integers based on Ones The program must accept N integers as the input. The program must sort the integers based on the number of ones in their binary representation…
C Java Python1 Min Read LetuscrackonAugust 11, 2025 Sort String Values – First and Last The program must accept N string values and sort them. Then the program must print the first and the last string values. Input : 5 lion tiger…
C Python2 Min Read LetuscrackonAugust 3, 2025 Sort the Vowels The program must accept a string S as the input. The program must arrange the vowels in the string S in sorted order. Finally, the program…
Python3 Min Read LetuscrackonJune 5, 2025 Sort Digits in Submatrices Sort Digits in Submatrices: The program must accept an integer matrix of size R*C as the input. The matrix contains only digits…
Python1 Min Read LetuscrackonApril 18, 2025 Sort Integers – Targets Sort Integers – Targets: The program must accept N integers and an integer T as the input. The program must print…
Python1 Min Read LetuscrackonMarch 19, 2025 Inplace Sort – Unit Digit Inplace Sort – Unit Digit: The program must accept N integers as the input. The program must sort the integers having the same unit…
Python1 Min Read LetuscrackonMarch 12, 2025 Sort Between Multiples Sort Between Multiples: The program must accept N integers and an integer X as the input. The program must sort the integers present between…
Java Wipro2 Min Read LetuscrackonFebruary 22, 2025 Sort Books – Price Rating Year Title The title, ISBN, rating, price and publication year of N books are passed as the input. Then a year Y is passed as the input. The program must…