Skip to content

Formulated a console based program in Java to find all possible words that can be made from a rack of Scrabble tiles.

Notifications You must be signed in to change notification settings

alaydshah/Scrabble-Word-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Scrabble-Word-Finder

-- Formulated a console based program in Java to find all possible words that can be made from a rack of Scrabble tiles.

-- Designed clean and concise classes for letter set, valid words dictionary and score comparator

-- Improved familiarity with comparator interface, collections framework and text file processing.

-- Each letter of a word was assigned a score and this way all possible words from given input were listed in sorted order with respect to their scores.

About

Formulated a console based program in Java to find all possible words that can be made from a rack of Scrabble tiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages