SkepticMystic / graph-analysis

Analyse the structure of your Obsidian graph using various analysis techniques
GNU General Public License v3.0
400 stars 19 forks source link

Add strongly & weakly connected components algorithms #56

Open ooker777 opened 2 years ago

HEmile commented 2 years ago

Do you mean give a single number that says how connected your graph is? Ah no, find a subgraph that's strongly connected?

ooker777 commented 2 years ago

hmm, perhaps we should have a list of connected components, and in each component we list all the nodes within it?