You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Racket program and tests which computes the highest-scoring Scrabble word, given a rack of letters and list of legal words.
Returns a list where the first element is the best word and the second element is the score of that word.
About
A Racket program and tests which computes the highest-scoring Scrabble word, given a rack of letters and list of legal words.