First Unique Character in a String

Try to solve the First Unique Character in a String problem.

Statement

For a given string of characters, s, your task is to find the first non-repeating character and return its index. Return −1-1 if there’s no unique character in the given string.

Constraints:

  • Only lowercase english letters are accepted.
  • There are no spaces in the string.

Examples

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy