C Python1 Min Read LetuscrackonFebruary 7, 2025 Unique Characters – Occurrence Order Unique Characters – Occurrence Order: The program must accept a string S as input. The program must print the unique characters present…
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…
Python1 Min Read LetuscrackonJune 11, 2024 N Strings – Largest Unique Characters N string values are passed as input to the program. The output is the string which has the largest count of unique characters. If multiple…
Python1 Min Read LetuscrackonJune 10, 2024 Unique Alphabet Count A string S is passed as input to the program which has only alphabets (all alphabets in lower case). The program must print the unique count…
Python1 Min Read LetuscrackonJune 8, 2024 Creating Unique List and Searching A login register is maintained in the library of VITCC in which, the register number of students are recorded when they enter the library.…
C1 Min Read LetuscrackonJune 8, 2024 Sum of Unique Elements in the Array The program must accept a positive integer array of size N as the input. The programmust print the sum of unique elements in the array as the…
C Java Python1 Min Read LetuscrackonJune 7, 2024 Same Unique Characters or Not The program must accept two string values S1 and S2 containing only lower case alphabets as the input. The program must print yes if the given…
Python1 Min Read LetuscrackonJune 6, 2024 Split String – Equal Unique Count Split String – Equal Unique Count: The program must accept a string S as the input. The program must print the number of ways…