While our Job Hunt we come across several programming questions or problems in different companies. The purpose of creating this repository is to add working programs for all such programming problems.
#charFrequencyCalculator.java Takes an input String, eg., "a,b,c,d,a,b,e,f,b,a,c" and calculates the frequency of each character using Hashmap