C Java Python1 Min Read LetuscrackonJune 12, 2024 Divide Number into Equal Size Groups and Sum Them The program must accept an integer N and divide it into groups of equal size (of 2 or 3 or 4 etc). Then, the program should sum up these…
C1 Min Read LetuscrackonJune 11, 2024 Max Same Letter Square Size Certain kids were playing a game in which they would draw a N*N matrix and would fill in a letter from A to Z in a given cell based on certain…
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…
Python1 Min Read LetuscrackonJune 7, 2024 Minimum Size Pendrive – N Videos The program must accept N integers representing the sizes of N videos (in MB) as the input. A boy wants to store all the N…