C Java JavaScript Python5 Min Read LetuscrackonJune 11, 2024 Unique String Representations Given a string S print the number of unique string values that can be formed by rearranging the letters in the string S. Boundary Condition:2…
Java Python1 Min Read LetuscrackonJune 11, 2024 String Characters Interlace Given an input string S, accept the input string S and print the string in the interlaced order as shown in the example…
C1 Min Read LetuscrackonJune 11, 2024 String Tree Pattern Given a String S as the input, the program must print the characters present in the string S as shown in the Example…
C1 Min Read LetuscrackonJune 11, 2024 String – Reverse Vowels Given a string S, reverse only the vowels in the string S and print the resultant string R as the output. The consonants must maintain their…
Java1 Min Read LetuscrackonJune 11, 2024 JAVA – Generics – String Sort An array of N strings is passed as input. Implement the function to sort the strings in ascending order and print the strings as mentioned in…
Python1 Min Read LetuscrackonJune 11, 2024 Split String & Sort An even length string S is passed as the input. The program must split the string into two parts S1 and S2 and sort them in ascending order.…
Python1 Min Read LetuscrackonJune 11, 2024 Pattern Printing – String Characters Given a string S of length L, the program must print the pattern as described in the Example Input/Output. Input Format:First line contains…
Python1 Min Read LetuscrackonJune 11, 2024 Sort Integers in String The program must accept a string S which has only numbers and underscores as the input. The program must print only the integers…
Python1 Min Read LetuscrackonJune 11, 2024 String – Vowels Position Sum Accept a String S as the input. The program must print the sum of the positions of the vowels in S. If the string does not contain…
Python1 Min Read LetuscrackonJune 11, 2024 Reverse 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 in the reverse order…