Re: A* Graphe implementation

2013-06-18 Thread Alan Thompson
There is a nice example using the A* algorithm on page 149-154 of "The Joy of Clojure" by Fogus & Houser. Alan Thompson On Sun, Jun 16, 2013 at 11:00 PM, Marc Haemmerle wrote: > There's also: > http://nakkaya.com/2010/06/01/path-finding-using-astar-in-clojure/ > > Sent from my iPhone > > On 17.0

Re: A* Graphe implementation

2013-06-16 Thread Marc Haemmerle
There's also: http://nakkaya.com/2010/06/01/path-finding-using-astar-in-clojure/ Sent from my iPhone On 17.06.2013, at 00:59, Mark Engelberg wrote: > http://clj-me.cgrand.net/2010/09/04/a-in-clojure/ > -- > -- > You received this message because you are subscribed to the Google > Groups "Cloj

Re: A* Graphe implementation

2013-06-16 Thread Mark Engelberg
http://clj-me.cgrand.net/2010/09/04/a-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 members are moderated - please be patient with your first pos

Re: A* Graphe implementation

2013-06-16 Thread Gary Trakhman
What do you need to do, more specifically? For a basic clojure introduction, check out: http://dev.clojure.org/display/doc/Getting+Started On Sun, Jun 16, 2013 at 5:42 PM, Clojurist wrote: > Hey everyone, I'm having a project where i have to create an app for A* > algorithm, and the thing is t

A* Graphe implementation

2013-06-16 Thread Clojurist
Hey everyone, I'm having a project where i have to create an app for A* algorithm, and the thing is that i'm a begginer so i would appreciate if you'd like to give me some instructions about the way of doing it : -- -- You received this message because you are subscribed to the Google Groups "