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…
C1 Min Read LetuscrackonAugust 21, 2025 Integers & Operators The program must accept N integers and a string containing N-1 arithmetic operators (+, -, * and /). The program must form an arithmetic…
Python1 Min Read LetuscrackonAugust 18, 2025 Sort Integers based on Ones The program must accept N integers as the input. The program must sort the integers based on the number of ones in their binary representation…
C1 Min Read LetuscrackonAugust 12, 2025 Sum of Two Integers Equal to K The program must accept N integers and an integer K as the input. The program must print yes if the sum of any two integers among the N…
C Python1 Min Read LetuscrackonAugust 10, 2025 N Integers – Kth Largest Integer The program must accept N integers and an integer K as the input. The program must print the Kth largest integer among the N integers as the…
C Python1 Min Read LetuscrackonAugust 7, 2025 Integers – Equal to Index The program must accept N integers and print the integers which are equal to their index value as the output. If there is no such integer, the…
Python1 Min Read LetuscrackonAugust 1, 2025 K-digit Integers – Xth Smallest The program must accept a list of N unique integers and two integers K, X as the input. The program must print…
Python1 Min Read LetuscrackonJuly 28, 2025 Two Integers Plus or Minus The program must accept two integers A,B separated by a string S (whose value is plus or minus). Based on the string value S, the program must…
Python1 Min Read LetuscrackonJuly 15, 2025 Sum – Integers having at least one D The program must accept N integers and a digit D as the input. The program must print the sum S of integers…
Cognizant Python1 Min Read LetuscrackonJuly 1, 2025 Function add – Two or more Integers Function add – Two or more Integers: The program must accept five integers a, b, c, d and e as the…