stdgraph / P1709

P1709: C++ Graph Library Proposal
7 stars 0 forks source link

Add visitors for Dijkstra and Bellman-Ford #101

Closed pratzl closed 2 months ago

pratzl commented 2 months ago

Add new parameter to the functions, and new concepts to support reflection for each visitor event.