Tagged Questions

1
vote
2answers
340 views

Scrabblecheater in Java: How to correctly write to a nested ArrayList

We have to write a basic program, that is supposed to read a wordlist from a file, find permutations of the words, and stores all the words that have the same normalized version together in one chain. ...
0
votes
4answers
427 views

Scrabble board to board

Is it best to communicate between two scrabble boards on separate computers by creating a cloud with a SQL table, simulating the board. And every time I move is made you contact the server and update ...
0
votes
6answers
1k views

Scrabble Anagram Generator

I am trying to write a scrabble anagram generator. So far my code sort of works, but it's horribly slow, and has bugs. One being it will use letters more than once. For example: Letters inputted: ...