asrayousuf / ScrabbleWordRecommender

0 stars 0 forks source link

Sorting the returned list based on score #37

Closed aravindsrivats closed 9 years ago

aravindsrivats commented 9 years ago

The final result of possible words is not being sorted to print in descending order. Add a sort function to convert take input as HashMap and return TreeMap.