Find duplicates in a string and count repeated letters
AnswerBot
1y
Find duplicates in a string and count repeated letters
Iterate through each character in the string
Use a hash map to store the count of each character
If a character is already present in the hash map, ...read more
Anonymous
2y
in java, using a hashmap we can count the occurances as well as get the unique ones while doing so.
String str = "SoommeeString";
HashMap<Character,Integer> hm = new HashMap<>();
for(int i=0;i<str.len...read more
Help your peers!
Add answer anonymously...
Popular interview questions of Senior Software Engineer Testing
>
Experian Senior Software Engineer Testing Interview Questions
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app