stdgraph / P1709

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

Refinement edits #63

Closed pratzl closed 8 months ago

pratzl commented 8 months ago

Update breadth_first_search algorithm to be near Dijkstra (for review) Add \phil comments to jaccard Add \phil suggestion to add Adamic-Adar index to Tier2

Conventions: add EId type w/ eid and uvid variables Add vvf(uid) overload Add evf(eid) overload

Views Add vvf(uid) overload for basic views Add evf(eid) overload for basic views