From a62af3d17a772b86ce90ec8d3a3d7f1bce791381 Mon Sep 17 00:00:00 2001 From: STREIN_11 <71601569+STREIN-11@users.noreply.github.com> Date: Sun, 29 Oct 2023 00:40:25 +0530 Subject: [PATCH] Update First_noRepeting_character_inString.cpp --- Daily/First_noRepeting_character_inString.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/First_noRepeting_character_inString.cpp b/Daily/First_noRepeting_character_inString.cpp index f5f89887..dd5d08c8 100644 --- a/Daily/First_noRepeting_character_inString.cpp +++ b/Daily/First_noRepeting_character_inString.cpp @@ -4,7 +4,6 @@ you have to tell which character has appeared only once in the stream upto that have appeared only once, you have to tell which one of them was the first one to appear. If there is no such character then append '#' to the answer. - Input: A = "aabc" Output: "a#bb" Explanation: For every character first non