macks22 / comdetect

Community detection algorithm implementations.
1 stars 1 forks source link

Bug in bfs where parent ends up as non-valid id. #12

Open macks22 opened 9 years ago

macks22 commented 9 years ago

This happens on larger graphs; it probably has something to do with improper memory handling with the BFSInfo structs being used during BFS.