Live data from Hacker News

Greuler – Graph theory visualizations

maurizzzio.github.io

1–10 of 24 posts

Re: Greuler – Graph theory visualizations

#2
Very cool! I was lazily working on something similar for a project, and might be able to drop this in and save a ton of time.

If the author reads this, might I suggest some examples using the label attributes of nodes and edges? It'd be great to see a graph annotated (potentially with some image or link tags embedded for further browsing?).

Re: Greuler – Graph theory visualizations

#5

I counted six cycles ? 6,7,8,6 8,0,3,4,9,8 0,5,1,0 0,1,3,0 (are these not considered separate cycles ?) 8,0,5,1,3,4,9,8 0,5,1,3,0 Anyway, very nice presentation.

you're right hehe I should rename the problem to finding the number of back edges in the dfs tree, thanks for the feedback

Re: Greuler – Graph theory visualizations

#6

Very cool! I was lazily working on something similar for a project, and might be able to drop this in and save a ton of time. If the author reads this, might I suggest some examples using the label attributes of nodes and edges? It'd be great to see a graph annotated (potentially with some image or link tags embedded for further browsing?).

thanks! right now I'm working on more examples where the information on the edges is used like finding the minimum spanning tree or the shortest path from a source vertex, I'd suggest to open a new ticket in the repo issues section so I can take a look at it later, thanks for the feedback
Post reply on HN