Problem 61117. First Unique Character

Given a character vector s, return the first character that appears exactly once in s.
If every character repeats at least once, return the empty char '' (1×0 char).

Solution Stats

20.0% Correct | 80.0% Incorrect
Last Solution submitted on Dec 11, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers1

Suggested Problems

More from this Author4

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!