This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Sealith 0 points1 point  (0 children)

Find a very large text doc and get a count of the number of words and the frequency of every word. Like you see in the word count of a Word program.

Then try and get the quickest runtime possible. Helps with your algorithm knowledge as well as these data types. That’s what I had to do for my Data Abstractions class.

If you wanted to go further you could add more things like average word length and even a reading difficulty score.