[LeetCode] First Unique Character in a String

1 · · Feb. 14, 2022, 1:24 a.m.
387. First Unique Character in a String Given a string s, find the first non-repeating character in it and return its index. If it does not exist, return -1. ...