Skip to content

Commit 7e41b12

Browse files
committed
First Non-Repeating Character in String
1 parent 504f7c4 commit 7e41b12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ This is a repository containing various C++ Programs to understand the basic con
102102

103103
C++ Code for finding the second largest element present in the given array.
104104

105-
* [First Non-Repeating Character in an String](https://github.com/altruistcoder/Data-Structures-Python/blob/master/first_non_repeating_character.cpp):
105+
* [First Non-Repeating Character in an String](https://github.com/altruistcoder/Data-Structures/blob/master/first_non_repeating_character.cpp):
106106

107107
C++ Code for finding the first non-repeating character present in the given string.
108108

109-

0 commit comments

Comments
 (0)