Re: immutable quad tree

2011-04-20 Thread Timothy Pratley
Thanks :) On Wed, Apr 20, 2011 at 1:32 AM, pepijn (aka fliebel) wrote: > I made on here, but removed it later, not sure if it's any good: > https://github.com/pepijndevos/Begame/blob/d1bf8d687cda0a318cbce5f5ddac57b103c43d98/src/ant_mine/quadtree.clj > > On Apr 19, 8:09 pm, Timothy Pratley wrote

Re: immutable quad tree

2011-04-20 Thread pepijn (aka fliebel)
I made on here, but removed it later, not sure if it's any good: https://github.com/pepijndevos/Begame/blob/d1bf8d687cda0a318cbce5f5ddac57b103c43d98/src/ant_mine/quadtree.clj On Apr 19, 8:09 pm, Timothy Pratley wrote: > How would I represent a quad tree (or any spatial index that allows me > to f

immutable quad tree

2011-04-19 Thread Timothy Pratley
How would I represent a quad tree (or any spatial index that allows me to find close neighbors quickly) in Clojure? -- 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