ZackMFleischman / ScrabbleSolver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Technical Coding Problem: Scrabble Solver

Given a file ScrabbleDictionary.txt that contains all valid scrabble words (1 on each line), please write a program that takes as input 7 letters and outputs all valid scrabble words that can be made with those letters.

About


Languages

Language:C# 100.0%