asrayousuf / ScrabbleWordRecommender

0 stars 0 forks source link

Problem with return type of rankWordScores #33

Closed aravindsrivats closed 9 years ago

aravindsrivats commented 9 years ago

The print function in ScrabbleWordRecommender uses a HashMap<String, String> same as your input. But your return type is not matching.

nsparatkar commented 9 years ago

Fixed the return type. The return type now is a Hashmap <string , string> : Key being the sorted letter word and value being = " updated_score ana1 ana2 ana3... "