Skip to content

nkp/CountdownNumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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.

About

The numbers round from the Channel 4 quiz show.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published