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 Solvers34
Suggested Problems
-
Rotate input square matrix 90 degrees CCW without rot90
699 Solvers
-
1699 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1284 Solvers
-
Return fibonacci sequence do not use loop and condition
873 Solvers
-
241 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.