Graphinius / graphinius

Generic graph (analysis) library in Typescript
MIT License
33 stars 6 forks source link

node & edge "binning" #106

Open cassinius opened 5 years ago

cassinius commented 5 years ago

I many algorithms, we check for all possible combinations of edges or nodes, even though only the immediate neighborhood contains interesting objects.

cassinius commented 5 years ago