We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c51f2d commit 88e488eCopy full SHA for 88e488e
first_unique_character_in_a_string.py
@@ -15,4 +15,4 @@ def firstUniqChar(self, str):
15
if data[ord(c) - 65] == 1:
16
return c
17
18
-# easy: https://www.lintcode.com/problem/first-unique-character-in-a-string/description
+# easy: https://www.lintcode.com/problem/first-unique-character-in-a-string
0 commit comments