soniakeys / graph

Simple and fast graph library
72 stars 7 forks source link

Degeneracy doc, api #70

Closed soniakeys closed 7 years ago

soniakeys commented 7 years ago

doc isn't really in line with wikipedia definitions. elaborate, add explanation to examples. return value k looks redundant; consider removing.

soniakeys commented 7 years ago

Aphorism: If code doesn't agree with comments both are probably wrong.

Not only was k-core doc wrong, ordering was reversed (probably slowing bron-kerbosch rather than speeding it up.) Fixed, I hope.