Characters Count

Problem: Suppose you are given a collection of strings like [swquiz,gkhive,testdriven ]. Each string shall have characters from ‘a’ to ‘z’, only lower case, there can be repetition of characters in a given string. Write a program for following 1) Count of characters that are available in all the input strings 2) Count of characters […]
Continue reading…