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
Solves the numbers and the letters game for the TV Game-show Countdown, written in Java. It is composed of three main parts: a class which removes words from a dictionary which aren't allowed in countdown, a class which finds solutions to the word game, and a class which finds solutions to the numbers game.