alphabets

CF

String – Alphabets Frequency

Given a string S as the input, print the count of distinct alphabets in S followed by their frequency of occurrence. The upper case alphabets…
PythonF

Non Common Alphabets

Non Common Alphabets: Two strings S1 and S2 are passed as input. The program must print the non-common alphabets in the…
PythonF

Mth and Nth Alphabets

Mth and Nth Alphabets: The program must accept three integers M, N and K as the input. The program must form a string S of length K using…
PythonF

Only Alphabets and Space

Only Alphabets and Space: Given a String S, remove all the special characters and numbers from S and print. Input Format:The first line…
PythonF

Expand Alphabets

Expand Alphabets: Given a string S with alphabets and their count, repeat the alphabets based on their count and print the value as the…