Keep Track of the Best N Nodes in a Graph Traversal Algorithm

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Mar 25 06:55:28 PDT 2015


Nordlöw:

> I have graph traversal algorithm that needs to keep track of 
> the N "best" node visit.

std.algorithm.topNCopy?

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list