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…
Python1 Min Read LetuscrackonJune 8, 2024 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…