Comments on: Print the first repeating character in String https://demo.ritambhara.in/print-the-first-repeating-character-in-string/ Coding / System Design Interviews Sun, 05 Jul 2020 17:43:40 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Thomson Varghese https://demo.ritambhara.in/print-the-first-repeating-character-in-string/#comment-4440 Sun, 05 Jul 2020 17:43:40 +0000 http://www.ritambhara.in/?p=1322#comment-4440 If input is ABBA, the first solution will return A, instead of B.

]]>