Python1 Min Read LetuscrackonJune 11, 2024 Column-wise Alphabet Sort A matrix of size N*N is passed as input. The program must sort the matrix(lexicographically) column-wise and prints the matrix. Boundary…
Python1 Min Read LetuscrackonJune 11, 2024 Number Sequence Sort The program must accept and sort N number sequences. A number sequence can be multiplication, power or a normal number. The sorted list should…
C Java Python2 Min Read LetuscrackonJune 10, 2024 Sort – Domain Names The program must accept the email addresses of N students as the input. The program must print the names of the email domains based…
C Java Python2 Min Read LetuscrackonJune 10, 2024 Sort based on Weight The program must accept N integers as the input. For each integer X, the program must find the sum of the weights based on the…
Python2 Min Read LetuscrackonJune 10, 2024 Sort Messages – Chronological Order The program must accept N messages shared between the two persons A and B in a single day (from 00:00:00 to…
C Python1 Min Read LetuscrackonJune 10, 2024 Sort In Subsets of Size K Sort In Subsets of Size K: Given N numbers, the program must sort within subsets of size K. That is every K numbers must be sorted among…
C Python1 Min Read LetuscrackonJune 8, 2024 Sort Numbers – Factor Count The program must accept N positive integers as the input and sort them based on the factor count (lowest to highest factor count). If two…
C Java Python2 Min Read LetuscrackonJune 8, 2024 Integers Sum – Split, Sort and Merge The program must accept N integers as the input, where each integer contains a pipe symbol. The program must find the sum of the…
Python2 Min Read LetuscrackonJune 8, 2024 Sort Integers in Submatrix The program must accept an integer matrix of size R*C and two integers X, Y as the input. The integers X and Y…
C Java Python2 Min Read LetuscrackonJune 8, 2024 Sort Pairs – Inside & Outside Parentheses The program must accept N pairs of integers as the input. One of the two integers in each pair is enclosed within a pair of…