Wednesday, March 4, 2009

2009-03-04

I had a slight error in caculating the correct decisions required to solve the maze. I have solved this issue and ranked this one as tough out of 200. You will find this one is more difficult then yesterdays.



Size: 27 x 27
Dead ends: 226
Passages: 302
Branches: 172
Cross Roads: 27
Decisions: 226
Correct Decisions: 119
Corners: 196
Solution Length: 132

Please comment with the time it took you to solve it and your age.

3 comments:

  1. 10 seconds - Age 43. So how are these generated?

    ReplyDelete
  2. Greg,

    I am using a spanning tree algorithm to make a simple connected maze. In other words a computer. What I am attempting to do is make small maze harder.

    ReplyDelete
  3. Great idea. You probably don't want to give too much away, but I'd love to hear more about getting from the algorithm to the display. Is it drawing lines based on a set of measurements with boundaries? It's an interesting problem to think about.

    ReplyDelete