Skip to content

Commit

Permalink
Update First_noRepeting_character_inString.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 28, 2023
1 parent 8aafe53 commit a62af3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/First_noRepeting_character_inString.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a62af3d

Please sign in to comment.