nkp/CountdownNumbers
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
VB.NET COUNTDOWN NUMBERS A playable implementation of the numbers round from the Channel 4 Television Quiz Show Countdown. The solver uses iterative deepening depth first search to find solutions. IDDFS is great for yielding short solutions quickly, but is not optimised for arithmetical difficulty. Hence some of the "optimum" solutions can require some unforgiving mental calculations.