On 30/10/11 4:30 PM, Andrei Alexandrescu wrote:
On 10/30/11 3:43 AM, Max Wolter wrote:Ola.Well, my A* algorithm is already working very nicely - and imo there isn't any problem-specific optimization left to implement other than the data structures holding the nodes themselves.A* is fairly specific but if the implementation is generic enough (e.g. parameterized on the node type and the heuristic use) I think it would have a place in Phobos. Andrei
We'd need a graph library first :-)
