Problem 2139. most frequent character

Obtain the most frequent character. For example,

 s='balaram';
 output='a';

If there is a tie between letters, return the first result alphabetically.

Solution Stats

61.37% Correct | 38.63% Incorrect
Last Solution submitted on Mar 05, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers141

Suggested Problems

More from this Author9

Problem Tags

Community Treasure Hunt

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

Start Hunting!