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
-
Multiples of a Number in a Given Range
939 Solvers
-
Implement a bubble sort technique and output the number of swaps required
386 Solvers
-
Remove entire row and column in the matrix containing the input values
554 Solvers
-
18047 Solvers
-
There are 10 types of people in the world
1281 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.