Re: Help coding Eller's maze algorithm.

2012-01-28 Thread Gabriele Carrettoni
Never heard about it, It seems very interesting. Thanks for the tip. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with

Re: Help coding Eller's maze algorithm.

2012-01-26 Thread Brian Goslinga
On Jan 24, 4:57 pm, Gabriele Carrettoni wrote: > Hi, I'm trying to code the algorithm described > here > with > no luck. > I'm struggling to find the best data structure to hold each cell, how to > random join cells and ho

Help coding Eller's maze algorithm.

2012-01-24 Thread Gabriele Carrettoni
Hi, I'm trying to code the algorithm described here with no luck. I'm struggling to find the best data structure to hold each cell, how to random join cells and how to build the next row. I'm not necessarily looking for