top of page


LeetCode - First Unique Character in a String
Given a string s find the first unique/non-repeating character in it, return its index as result. If it does not exist return -1.
Code Recipe
Dec 18, 20244 min read
28 views
1 comment
bottom of page