Python1 Min Read LetuscrackonOctober 5, 2025 Binary Reverse Pairs The program must accept Noddintegers and print all possible pairs of integers (X, Y) where the binary representation of X…
C Java Python2 Min Read LetuscrackonSeptember 19, 2025 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 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…
C Python TCS CodeVita2 Min Read LetuscrackonApril 18, 2025 Digit Pairs – TCS CodeVita The program must accept N three-digit numbers as the input. The program must find the bit score for all N numbers and then print the…
C1 Min Read LetuscrackonApril 13, 2025 Remove Pairs – Different in Case Remove Pairs – Different in Case: The program must accept a string S as the input. The program must remove two continuous…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Consonant – Vowel Pairs The program must accept a string S as the input. The program must print all the pairs having a consonant followed by a vowel in the string S…
C Java JavaScript Python3 Min Read LetuscrackonJune 11, 2024 Distinct Length Pairs The program must accept M integers and N integers as the input. The program must form pairs of integers by selecting one integer from M…
C Java1 Min Read LetuscrackonJune 11, 2024 Shirt – Matching Pairs A shop to increase sales during a festival has an offer that a customer will get a discount if the customer buys shirts having same size in…
Python1 Min Read LetuscrackonJune 11, 2024 All Digits – Pairs Count The program must accept N integers as the input. The program must print the number of pairs X where the concatenation of…
C1 Min Read LetuscrackonJune 11, 2024 Minimum Difference – Mark Pairs Manisha and Ranjani are in the same class and are friends. All students in the class write N exams. In order to motivate the students, the…