
Asked in Comviva Technology and 3 others
Given a string, find the first repeating character. For example, if the string is 'abcbca', the answer is 'a'.

AnswerBot
2mo
Find the first character that appears more than once in a given string.
Use a hash set to track characters we've seen.
Iterate through the string character by character.
Return the first character that i...read more
Help your peers!
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.8k Interviews

4.0
• 5.5k Interviews

3.5
• 4.2k Interviews

3.6
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.2k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

