Skip to content

Jupyter notebook containing a brute-force approach of solving the Number puzzle portion of the British game show Countdown

License

Notifications You must be signed in to change notification settings

Vonatzki/countdown_game_number_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

countdown_game_number_solver

Jupyter notebook containing a brute-force approach of solving the Number puzzle portion of the British game show Countdown

The notebook uses itertools to get all possible permutations of the numbers and operators. It then looks for mathematical equations that equates to the target number.

Uses f-Strings which is a Python >=3.6 feature.

About

Jupyter notebook containing a brute-force approach of solving the Number puzzle portion of the British game show Countdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published