Python1 Min Read LetuscrackonJuly 29, 2026 Cut & Remove Rods The program must accept N integers representing the length of N rods. A boy cuts the rods into smaller rods based on the following conditions.…
Java1 Min Read LetuscrackonJune 15, 2026 Remove First And Last Till End Given a string S, print the string S removing first and last character till no characters are left. Boundary Condition :1 <= Length of…
C Python1 Min Read LetuscrackonMarch 31, 2026 Remove Duplicate Characters The program must accept a string S as the input. The program must remove the duplicate characters in the string S and then the…
C Python2 Min Read LetuscrackonMarch 14, 2026 Chars To Remove For Same String Value N string values S1, S2, S3, SN are passed as input to the program. Values of S1, S2, S3, SN are such that if one character is removed from…
C TCS CodeVita1 Min Read LetuscrackonMarch 10, 2026 Stone Game – Remove Last – TCS CodeVita Alice and Bob are playing a game called “Stone Game”. Stone game is a two-player game. Let N be the total number of stones. In…
Python1 Min Read LetuscrackonMarch 4, 2026 Remove the odd numbers A number N is passed as input. The program must remove all the odd digits in the passed number and display the number. If there are no…
Python1 Min Read LetuscrackonFebruary 23, 2026 Remove First K Even Digits The program must accept N integers and an integer K as the input. The program must remove the first K even digits among the digits of N…
Python1 Min Read LetuscrackonDecember 8, 2025 Reverse and remove letters in vowel positions Sharon does not like vowels. So she wants to remove vowels from any string. But her friend Jennie loves vowels and wants to retain vowels in…
C Java Python2 Min Read LetuscrackonOctober 12, 2025 Reduce Array – Remove Odd The program must accept an array of N even integers as the input. The program must print the output based on the following…
Python1 Min Read LetuscrackonOctober 7, 2025 Remove characters occurring multiple times A string S is passed as the input. The program must remove all characters which appear more than once. If all the characters in a string are…