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…
Java1 Min Read LetuscrackonFebruary 21, 2025 JAVA – File Handling – Sort Students Java Program to sort the students using file Handling JAVA – File Handling – Sort Students: A list of name and marks for N…
Python1 Min Read LetuscrackonFebruary 1, 2025 Matrix Column-wise Sort Given a matrix M containing the elements in R rows and C columns. Sort the matrix elements in ascending order along each…
Python2 Min Read LetuscrackonJanuary 29, 2025 Sort Rows by Prime, Even and Odd count Sort Rows by Prime, Even and Odd count: An integer matrix of size R*C is given as input. The program must sort the rows based on the number…
C ZOHO2 Min Read LetuscrackonJanuary 27, 2025 Sort numbers based on weight [ZOHO] Given a set of N numbers and the rules provided below to calculate their weights, the program must sort the numbers based on their weight and…
C Python1 Min Read LetuscrackonJanuary 18, 2025 Sort Pass Students by Name Sort Pass Students by Name: A list of N students name and their marks in three subjects are passed as the input. The average of the 3 subjects…