-- 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.