Scrabble Cheat
Daftar Isi:
- Scrabble Cheat is a software to help scrabble player solve the problem to create a word from the letters they have. Sometimes they difficults to string up the random letters that they have. So, scrabble cheat is created to help them. Scrabble Cheat will searching all the combination letters that will be match in dictionary until the words is founded. It use Hash Table to store words dictionary with linked list. It use BFS Algorithm for searching possible letters combination and match it to dictionary and using Permutation to find how many letters turn over. And the result of the words will be display in text area, using GUI (Graphical User Interface) programming.