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…
Python1 Min Read LetuscrackonNovember 26, 2024 Python Program To Sort K length Sub-Strings A string S of length L and an integer K is passed as the input. The program must sort and print all…
Python1 Min Read LetuscrackonNovember 22, 2024 Frequency Sort – Numbers Given N integers, sort them based on their frequency in descending order. If the frequency is same then sort based on their values in…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Sort the String Values Based on Length The program must accept N string values as the input. The program must sort the string values based on the length of each string…
Python1 Min Read LetuscrackonJune 12, 2024 Sort By Last Name N persons first and last names are passed as input. The program must sort them based on the last name. (All last names are distinct, that is…
Python1 Min Read LetuscrackonJune 11, 2024 Sort By Last Name First Name N persons first and last names are passed as input. The program must sort them based on the last name. If the last names are same, then first…