Author | Message |
---|---|
jkiyomu
Posts: 27
|
Posted 17:19 Jan 30, 2014 |
I had a question about the crabbles problem. What happens when there is more than 1 hand? Do we used the same tiles and get the second greatest score word? I dont know what we are suppose to do if there is another hand. |
rabbott
Posts: 1649
|
Posted 17:32 Jan 30, 2014 |
For each hand determine the word that gives you the most points given the tiles in the hand. It's simpler to let each run consist of a dictionary and a set of tiles and do each run independently.
|