Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 498 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 498 Bytes

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.