diff --git a/Daily/First_noRepeting_character_inString.cpp b/Daily/First_noRepeting_character_inString.cpp index 0f59e770..f5f89887 100644 --- a/Daily/First_noRepeting_character_inString.cpp +++ b/Daily/First_noRepeting_character_inString.cpp @@ -5,7 +5,6 @@ have appeared only once, you have to tell which one of them was the first one to then append '#' to the answer. - Input: A = "aabc" Output: "a#bb" Explanation: For every character first non