graphonline icon indicating copy to clipboard operation
graphonline copied to clipboard

adjacency matrix should support directed graphs

Open tcurdt opened this issue 2 years ago • 1 comments

I would be super useful if the adjacency matrix input would have a checkbox that is enabled for a square matrix that allows to enable directed graph support.

tcurdt avatar Oct 01 '23 03:10 tcurdt

Hello, In fact it supports directed graphs. You may try this matrix: 0, 1, 0, 0, 0, 0, 0, 1, 0, If element in matrix does't have symmetric element in matrix, it creates directed edge.

But you idea is great. We will add it.

UnickSoft avatar Oct 01 '23 10:10 UnickSoft