Python1 Min Read LetuscrackonJanuary 6, 2025 String Alphabet Count String Alphabet Count: Given a string S with only alphabets, print the alphabet and it’s count as shown in the Example Input/Output…
C1 Min Read LetuscrackonDecember 10, 2024 Decreasing String in Center – Pattern A string S is passed as the input to the program. The program must print the pattern as shown in the Example Input/Output…
Python1 Min Read LetuscrackonNovember 29, 2024 Form String by Rotation Given two strings S1 and S2, print yes if S2 can be obtained by rotating the string S1. Else print no. Boundary Condition(s):1 <= Length of…
C TCS CodeVita1 Min Read LetuscrackonNovember 26, 2024 Super ASCII String Checker – TCS CodeVita The program must accept N string values as the input. For each string S among the N string values, the program must…
C Python1 Min Read LetuscrackonNovember 16, 2024 Alphabet Count – Repeated String A string S is passed as input to the program. The string S is repeated till the repeated string R is of length N. The program must print the…
Python1 Min Read LetuscrackonNovember 6, 2024 Python Program To Remove First and Last Characters in a String The program must accept a String value S and remove the first and last characters. Input Format:The first line denotes the value of S. Output…
Python1 Min Read LetuscrackonNovember 5, 2024 Print String Till Character In Python A string S is passed as the input. Character C is also passed as the input. The program must print the string value S till C is encountered.…
Python1 Min Read LetuscrackonJune 13, 2024 String Rank among SubStrings A string S is passed as the input. The program must generate the set (all unique) of all the substrings of S and then sort that set…
Dynamic Programming Python1 Min Read LetuscrackonJune 13, 2024 Count Overlapping String Pattern Two string values S and P representing a string and pattern are passed as the input to the program. The program must print the number of…
C Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Pattern Printing Middle Letter – Odd Length String [ZOHO] Pattern Printing Middle Letter – Odd Length String [ZOHO]: An odd length string S is passed as the input. The program must print the…