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…
Python1 Min Read LetuscrackonOctober 14, 2025 Family – Count Descendants The program must accept the first and last names of N persons in a family. The last name of each person indicates the name of his/her father.…
C Python2 Min Read LetuscrackonOctober 10, 2025 Robot No Movement Count As a final year project certain students in a college have designed a Robot which can move front, back, left or right in a given rectangular…
C1 Min Read LetuscrackonOctober 9, 2025 Train Journey – Initial Boarding Count In a train journey, there are N stations between station A and B (The train starts from station A). The number of passengers who alighted in…
C1 Min Read LetuscrackonSeptember 24, 2025 Flip Count – Matrix The program must accept a matrix of size NxN as the input. The matrix contains only 0’s and 1’s. The program must transpose the…
Python1 Min Read LetuscrackonSeptember 4, 2025 Count – Most Repeated Character The program must accept a string S containing only alphanumeric characters as the input. The program must print the number of occurrences of…
Python1 Min Read LetuscrackonAugust 11, 2025 Integer – Count of Pairs The program must an integer N as the input. The program must print the count C of pairs of positive integers X and Y so that the sum of X and…
Python1 Min Read LetuscrackonJune 17, 2025 Binary Prefix Count – Divisible by X Binary Prefix Count – Divisible by X: The program must accept two integers N and X as the input. The program must…
Python1 Min Read LetuscrackonMay 30, 2025 Split String – Equal Unique Count Split String – Equal Unique Count: The program must accept a string S as the input. The program must print the number of ways…
Python2 Min Read LetuscrackonMay 27, 2025 Colorful Flowers Count Colorful Flowers Count: In a garden, there are N flower plants in a row. There are three types of plants which are given below.Type…