stingergraph / StingerGraphs.jl

Julialang bindings to the STINGER graph database
http://www.stingergraph.com
Other
5 stars 3 forks source link

Add methods to return distances along with parents in bfs #18

Closed rohitvarkey closed 7 years ago

rohitvarkey commented 7 years ago

@jpfairbanks I added a bfsdistances function that returns both the parents and the distances while performing the bfs itself. Should I also add a function that will convert a parents array into a distances array?