Strings Interview Questions First character HarshJune 10, 2020March 23, 2022 Concepts Used String, Hashing Difficulty Level Easy Problem Statement (Simplified): Find the first non-repeating character in the string, print -1 if all characters are repeating. See original problem statement here...