Given a document file or a character array, find out the most frequent word in that document.
In the case of multiple words - show the word with lower ASCII value.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers28
Suggested Problems
-
2009 Solvers
-
Find the sum of the elements in the "second" diagonal
1204 Solvers
-
410 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
2043 Solvers
-
Rule of mixtures (composites) - upper bound
129 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Why is the answer to Test 2 "Everything" and not "in"?
@ChrisR: I presume that the author means that, in case of a tie, return the word that starts with the character having the lowest ASCII value.