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…
Python1 Min Read LetuscrackonJune 10, 2024 Divisible weight of a number A number N’s divisible weight is defined as the count of numbers from A1 to Ax which divide it without leaving a remainder. Input…
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…
C1 Min Read LetuscrackonJune 9, 2024 Non-Measurable Smallest Weight A shop-keeper is having N integer values representing the measurement weights. He wishes to find the smallest integer value of…