Hello, I have been programming simple things for some time now and now i want to try something abit more complex
I was thinking of creating a countdown number game solver,
Those who are not familiar with this check this link
http://www.youtube.com/watch?v=pfa3MHLLSWI
the rules are that you have 6 numbers, 1 target number and
4 operations (+ , - , x , / ):
you basicaly have to generate a solution from the 6 numbers to get the target number.
I have given this a deep explore and only possible solution i could think of is
bruteforce which unfortunatly i am not very good with atm.
I just wanted to ask you professionals out there, what other ways are there to solve a problem like this, (any algorithms which match this problem?)
if so which would be easiest to code and understand at the same time.
Thanks in advance for you help.