Stuck

This forum is for discussions related to the Runaway Robot puzzle
Post Reply
mukanga
Posts: 5
Joined: Fri Nov 26, 2010 12:54 am

Stuck

Post by mukanga »

Hey guys,

I'm trying to make a good program to solve this puzzle, but anytime I try to make an improvement, it seems like it gets worse.
Right now i'm doing some preprocess on the board but i think it's not too much... Then i made a DF search algorithm so i could find the rigth path, but it's taking ages at level 200

Can someone PM me to give me some hints on pre-processing or even on a better algorithm?
I'd be grateful..
:wink:
uws8505
Posts: 32
Joined: Sun Jan 23, 2011 8:57 pm

Post by uws8505 »

Try to find a decent idea while solving lower level puzzles (likely 50~80) by hand. Once you get it, it takes just a few minutes or hours to code and less than a whole day to totally beat this puzzle.

In my case, I got the idea at almost the beginning and solved by hand until 70 or so, and then it became too time-consuming with pencil/paper, so I started to code. It worked straight through until the final level without any optimization.
mukanga
Posts: 5
Joined: Fri Nov 26, 2010 12:54 am

Post by mukanga »

Firs of all, thankls for replying so fast...
I'm starting now my college exams so I don't have to much time to solve levels by hand... But as soon as a get time, I'll try it, thanks.
In the meanwhile, if any one has some more tips, i'd be apreciated if you could share..


[Keep On Learning]
jonik555
Posts: 43
Joined: Mon Aug 31, 2009 6:18 pm
Location: Prague

Post by jonik555 »

try "divide et impera" :)
There are 10 types of people, those who understand ternary, those who think that this joke is about binary and the others.
Post Reply