C Java Python2 Min Read LetuscrackonFebruary 20, 2026 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 LetuscrackonFebruary 16, 2026 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 LetuscrackonFebruary 7, 2026 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 LetuscrackonJanuary 4, 2026 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 LetuscrackonOctober 25, 2025 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 LetuscrackonOctober 22, 2025 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 LetuscrackonOctober 15, 2025 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 LetuscrackonSeptember 19, 2025 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…
Python1 Min Read LetuscrackonSeptember 11, 2025 Integers – Parity Sort The program must accept N integers as the input. The program must sort the integers based on the parity (Even parity followed by Odd…
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…