Logic problem that I can't figure out.
it's probably very easy, but I can't seem to wrap my brain around it.
What I am trying to accomplish is an some kinda of a lineup within 8 moves
I have 3 listboxes with the following
1 2 4
2 8 3
3 6 7
4 9 1
5 7 9
6 5 8
7 3 6
8 1 2
9 4 5
What I want is try to find the best combination from left to right for the the
highest number possible with 8 or less moves.
See it a 3 slot machine reels that move up or down to get the best combination possible
if any.
Trying to figure this out for weeks, and I can't come up with something..
Not even sure if it's possible..
But I know there are some very smart people here :)
Thank you