Skip to content

Java program that examines tweets and determines if the tweet contains an acrostic poem

Notifications You must be signed in to change notification settings

dhansolo/Tweet-Acrostics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Tweet-Acrostics

Java program that examines tweets and determines if the tweet contains an acrostic poem

Things to know:

  • Processes dictionary into a List of Strings
  • Scans through each tweet and determines if the word it builds is an actual word in the dictionary
  • Only worries about if the letter is in the English alphabet, all other characters or different languages are ignored
  • Uses Java's built in binary search feature to find word in dictionary
  • Only care about acrostics 4 letters long

About

Java program that examines tweets and determines if the tweet contains an acrostic poem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages